Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jun 15, 2020
1 parent 64da2a1 commit 668d62a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.4.1] - 2020-06-15
### Added
- Application Icon
- Logo in `README.md`
### Changed
- Favicon
- Meta Description
- Icons in web manifest
### Deprecated
### Removed
### Fixed
### Security
## [0.4.0] - 2020-06-14
### Added
- `is-electron` library to detect Electron platform executions and adjust the UI accordingly
Expand Down Expand Up @@ -78,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.1.0 - 2020-06-12
Initial prerelease

[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.4.1...HEAD
[0.1.3]: https://github.com/fliegwerk/simple-timer/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/fliegwerk/simple-timer/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/fliegwerk/simple-timer/compare/v0.1.0...v0.1.1
Expand All @@ -92,3 +95,4 @@ Initial prerelease
[0.3.6]: https://github.com/fliegwerk/simple-timer/compare/v0.3.5...v0.3.6
[0.3.7]: https://github.com/fliegwerk/simple-timer/compare/v0.3.6...v0.3.7
[0.4.0]: https://github.com/fliegwerk/simple-timer/compare/v0.3.7...v0.4.0
[0.4.1]: https://github.com/fliegwerk/simple-timer/compare/v0.4.0...v0.4.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-timer",
"author": "fliegwerk",
"description": "A really simple timer with customizable logo and heading",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"homepage": "./",
"dependencies": {
Expand Down

0 comments on commit 668d62a

Please sign in to comment.