Skip to content

Commit 5651e04

Browse files
committed
Update changelog
1 parent 3664fba commit 5651e04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

1010
Nothing right now.
1111

12+
## [1.1.1] - 2020-09-06
13+
14+
Added a `--no-tag-prefix` option to fix an empty issue with `--tag-prefix`.
15+
1216
## [1.1.0] - 2020-09-06
1317

1418
Adds a `tag_prefix` option so that tags don't have to start with a "v". You can now use this with tags like "1.0.0" in addition to "v1.0.0".
@@ -17,6 +21,7 @@ Adds a `tag_prefix` option so that tags don't have to start with a "v". You can
1721

1822
The first release! Includes the `sync` command which will sync your `CHANGELOG.md` to GitHub Release notes.
1923

20-
[Unreleased]: https://github.com/dropseed/changerelease/compare/v1.0.0...HEAD
24+
[Unreleased]: https://github.com/dropseed/changerelease/compare/v1.1.1...HEAD
25+
[1.1.0]: https://github.com/dropseed/changerelease/compare/v1.1.0...v1.1.1
2126
[1.1.0]: https://github.com/dropseed/changerelease/compare/v1.0.0...v1.1.0
2227
[1.0.0]: https://github.com/dropseed/changerelease/releases/tag/v1.0.0

0 commit comments

Comments
 (0)