Skip to content

Commit 0c0750b

Browse files
committed
v0.4.3
1 parent 3c7ee37 commit 0c0750b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +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.3] - 2020-06-16
15+
### Added
916
- some unit tests
1017
- CI configuration that, for every commit, runs the project's tests
1118
### Changed
1219
- restricted file types selectable when selecting a logo
13-
### Deprecated
14-
### Removed
1520
### Fixed
1621
- handling of bigger images (which can't get stored in the `localStorage`), cf. [#21](https://github.com/fliegwerk/simple-timer/issues/21).
17-
### Security
1822
## [0.4.2] - 2020-06-15
1923
### Fixed
2024
- #19: Issue with spinner buttons in Firefox
@@ -88,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8892
## 0.1.0 - 2020-06-12
8993
Initial prerelease
9094

91-
[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.4.2...HEAD
95+
[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.4.3...HEAD
9296
[0.1.3]: https://github.com/fliegwerk/simple-timer/compare/v0.1.2...v0.1.3
9397
[0.1.2]: https://github.com/fliegwerk/simple-timer/compare/v0.1.1...v0.1.2
9498
[0.1.1]: https://github.com/fliegwerk/simple-timer/compare/v0.1.0...v0.1.1
@@ -104,3 +108,4 @@ Initial prerelease
104108
[0.4.0]: https://github.com/fliegwerk/simple-timer/compare/v0.3.7...v0.4.0
105109
[0.4.1]: https://github.com/fliegwerk/simple-timer/compare/v0.4.0...v0.4.1
106110
[0.4.2]: https://github.com/fliegwerk/simple-timer/compare/v0.4.1...v0.4.2
111+
[0.4.3]: https://github.com/fliegwerk/simple-timer/compare/v0.4.2...v0.4.3

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.2",
5+
"version": "0.4.3",
66
"private": true,
77
"homepage": "./",
88
"dependencies": {

0 commit comments

Comments
 (0)