From be2e18ce5e1d56f90ec1c112cd80db2790e9caf7 Mon Sep 17 00:00:00 2001 From: Pavel Nikolajev Date: Thu, 24 Sep 2020 09:43:51 +0300 Subject: [PATCH] 2.0.1 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d892364..e3a03d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 0587093..0411993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "changelog-updater", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7e1346..aaf54c7 100644 --- a/package.json +++ b/package.json @@ -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": {