File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Nothing right now.
11
11
12
+ ## [ 1.4.0] - 2021-06-29
13
+
14
+ Simpler regular expression to accept more changelog styles and conversions from a different syntax (ex. reStructuredText).
15
+
12
16
## [ 1.3.0] - 2020-09-07
13
17
14
18
- Added automatic pre-release detection
@@ -33,7 +37,8 @@ Adds a `tag_prefix` option so that tags don't have to start with a "v". You can
33
37
34
38
The first release! Includes the ` sync ` command which will sync your ` CHANGELOG.md ` to GitHub Release notes.
35
39
36
- [ Unreleased ] : https://github.com/dropseed/changerelease/compare/v1.1.1...HEAD
40
+ [ Unreleased ] : https://github.com/dropseed/changerelease/compare/v1.4.0...HEAD
41
+ [ 1.4.0 ] : https://github.com/dropseed/changerelease/compare/v1.3.0...v1.4.0
37
42
[ 1.3.0 ] : https://github.com/dropseed/changerelease/compare/v1.2.0...v1.3.0
38
43
[ 1.2.0 ] : https://github.com/dropseed/changerelease/compare/v1.1.1...v1.2.0
39
44
[ 1.1.1 ] : https://github.com/dropseed/changerelease/compare/v1.1.0...v1.1.1
You can’t perform that action at this time.
0 commit comments