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

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodldavis committed Feb 18, 2019
1 parent 8e5c931 commit e5be3a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]

### Added

- Travis CI configuration ([#1])
Expand All @@ -28,4 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

[0.1.0]: https://github.com/jarrodldavis/remark-changelog-version-bump/compare/v0.0.1...v0.1.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": "@jarrodldavis/remark-changelog-version-bump",
"version": "0.0.1",
"version": "0.1.0",
"description": "A remark plugin to handle version bumps for changelogs adhering to Keep a Changelog",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e5be3a9

Please sign in to comment.