Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajevp committed Sep 24, 2020
1 parent 955445f commit be2e18c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.1] - 2020-09-24
### Fixed
- Allow `--init` to identify URL in `repository.url` with any scheme, any domain name (e.g. `www.` or without), and with suffix `.git` or without

Expand All @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial commit

[Unreleased]: https://github.com/nikolajevp/changelog-updater/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/nikolajevp/changelog-updater/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/nikolajevp/changelog-updater/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/nikolajevp/changelog-updater/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/nikolajevp/changelog-updater/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/nikolajevp/changelog-updater/compare/v0.1.0...v1.0.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelog-updater",
"version": "2.0.0",
"version": "2.0.1",
"description": "Update [Unreleased] in CHANGELOG.md to current package version.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit be2e18c

Please sign in to comment.