Skip to content

Commit 668d62a

Browse files
committed
v0.4.1
1 parent 64da2a1 commit 668d62a

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
### Changed
10+
### Deprecated
11+
### Removed
12+
### Fixed
13+
### Security
14+
## [0.4.1] - 2020-06-15
15+
### Added
916
- Application Icon
1017
- Logo in `README.md`
1118
### Changed
1219
- Favicon
1320
- Meta Description
1421
- Icons in web manifest
15-
### Deprecated
16-
### Removed
17-
### Fixed
18-
### Security
1922
## [0.4.0] - 2020-06-14
2023
### Added
2124
- `is-electron` library to detect Electron platform executions and adjust the UI accordingly
@@ -78,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7881
## 0.1.0 - 2020-06-12
7982
Initial prerelease
8083

81-
[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.4.0...HEAD
84+
[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.4.1...HEAD
8285
[0.1.3]: https://github.com/fliegwerk/simple-timer/compare/v0.1.2...v0.1.3
8386
[0.1.2]: https://github.com/fliegwerk/simple-timer/compare/v0.1.1...v0.1.2
8487
[0.1.1]: https://github.com/fliegwerk/simple-timer/compare/v0.1.0...v0.1.1
@@ -92,3 +95,4 @@ Initial prerelease
9295
[0.3.6]: https://github.com/fliegwerk/simple-timer/compare/v0.3.5...v0.3.6
9396
[0.3.7]: https://github.com/fliegwerk/simple-timer/compare/v0.3.6...v0.3.7
9497
[0.4.0]: https://github.com/fliegwerk/simple-timer/compare/v0.3.7...v0.4.0
98+
[0.4.1]: https://github.com/fliegwerk/simple-timer/compare/v0.4.0...v0.4.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simple-timer",
33
"author": "fliegwerk",
44
"description": "A really simple timer with customizable logo and heading",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"private": true,
77
"homepage": "./",
88
"dependencies": {

0 commit comments

Comments
 (0)