File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.0] - 2020-09-22
11
+
10
12
### Added
11
13
12
14
- Commit hook for preventing dist/index.js to be out of date after modifying Typescript files.
15
+ - Input ` changelogPath ` for making the path to the CHANGELOG.md file configurable. Defaults to "./CHANGELOG.md".
13
16
14
17
## [ 1.1.0] - 2020-02-17
15
18
@@ -23,7 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
26
24
27
- Initial release of this action!
25
28
26
- [ Unreleased ] : https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.1.0...HEAD
29
+ [ Unreleased ] : https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.2.0...HEAD
30
+
31
+ [ 1.2.0 ] : https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.1.0...1.2.0
27
32
28
33
[ 1.1.0 ] : https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.0.0...1.1.0
29
34
You can’t perform that action at this time.
0 commit comments