Skip to content

Commit c05ff6f

Browse files
author
Ludwig Richter
committed
v0.4.0
1 parent dbb0531 commit c05ff6f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.0] - 2020-06-14
15+
### Added
916
- `is-electron` library to detect Electron platform executions and adjust the UI accordingly
1017
- Electron-specific styling to make native apps feel more native
1118
- Necessary code for adding theming at a later stage
@@ -17,10 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1724
- Open external links in system browser in native app version
1825
- Unified colors in styling
1926
- Use CSS variables for colors
20-
### Deprecated
21-
### Removed
22-
### Fixed
23-
### Security
2427
## [0.3.7] - 2020-06-13
2528
### Changed
2629
- Adjusted CI config
@@ -70,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7073
## 0.1.0 - 2020-06-12
7174
Initial prerelease
7275

73-
[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.3.7...HEAD
76+
[Unreleased]: https://github.com/fliegwerk/simple-timer/compare/v0.4.0...HEAD
7477
[0.1.3]: https://github.com/fliegwerk/simple-timer/compare/v0.1.2...v0.1.3
7578
[0.1.2]: https://github.com/fliegwerk/simple-timer/compare/v0.1.1...v0.1.2
7679
[0.1.1]: https://github.com/fliegwerk/simple-timer/compare/v0.1.0...v0.1.1
@@ -83,3 +86,4 @@ Initial prerelease
8386
[0.3.5]: https://github.com/fliegwerk/simple-timer/compare/v0.3.4...v0.3.5
8487
[0.3.6]: https://github.com/fliegwerk/simple-timer/compare/v0.3.5...v0.3.6
8588
[0.3.7]: https://github.com/fliegwerk/simple-timer/compare/v0.3.6...v0.3.7
89+
[0.4.0]: https://github.com/fliegwerk/simple-timer/compare/v0.3.7...v0.4.0

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 simple timer app.",
5-
"version": "0.3.7",
5+
"version": "0.4.0",
66
"private": true,
77
"homepage": "./",
88
"dependencies": {

0 commit comments

Comments
 (0)