Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 53b3ca3

Browse files
committed
Release v0.1.1
1 parent 16c17e1 commit 53b3ca3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1]
11+
1012
### Changed
1113

1214
- Update development dependencies ([#10]), ([#13])
@@ -41,6 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143

4244
[#13]: https://github.com/jarrodldavis/remark-changelog-version-bump/pull/13
4345

44-
[Unreleased]: https://github.com/jarrodldavis/remark-changelog-version-bump/compare/v0.1.0...HEAD
46+
[Unreleased]: https://github.com/jarrodldavis/remark-changelog-version-bump/compare/v0.1.1...HEAD
47+
48+
[0.1.1]: https://github.com/jarrodldavis/remark-changelog-version-bump/compare/v0.1.0...v0.1.1
4549

4650
[0.1.0]: https://github.com/jarrodldavis/remark-changelog-version-bump/compare/v0.0.1...v0.1.0

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jarrodldavis/remark-changelog-version-bump",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A remark plugin to handle version bumps for changelogs adhering to Keep a Changelog",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)