Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed May 5, 2019
1 parent 6e39f59 commit 0110e70
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CHANGELOG.md
.vscode/
server/
types/
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [6.1.0] - 2019-05-04

### Added

- Ability to set light and dark themes
- This changelog

### Changed

- Improve README

[unreleased]: https://github.com/Xyfir/accownt/compare/6.1.0...HEAD
[6.1.0]: https://github.com/Xyfir/accownt/releases/tag/6.1.0

0 comments on commit 0110e70

Please sign in to comment.