Skip to content

Commit b42d572

Browse files
committed
Prepare release 1.4.0
1 parent 4eec5c9 commit b42d572

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.0] - 2020-02-22
11+
1012
### Added
1113

1214
- A whitelist of which users can trigger the release workflow.
@@ -41,7 +43,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143

4244
- Everything since the beginning!
4345

44-
[Unreleased]: https://github.com/thomaseizinger/github-action-gitflow-release-workflow/compare/1.3.0...HEAD
46+
[Unreleased]: https://github.com/thomaseizinger/github-action-gitflow-release-workflow/compare/1.4.0...HEAD
47+
48+
[1.4.0]: https://github.com/thomaseizinger/github-action-gitflow-release-workflow/compare/1.3.0...1.4.0
4549

4650
[1.3.0]: https://github.com/thomaseizinger/github-action-gitflow-release-workflow/compare/1.2.0...1.3.0
4751

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-gitflow-release-workflow",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"main": "index.js",
55
"author": "Thomas Eizinger <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)