Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
chore: release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Jun 5, 2019
1 parent f8e5b17 commit d0c5f37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.1.4](https://github.com/splish/changelog/compare/0.1.3..0.1.4) - June 5, 2019

### Fixed

- Handle remote urls without optional .git

## [0.1.3](https://github.com/splish/changelog/compare/0.1.2..0.1.3) - June 5, 2019

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splish-me/changelog",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/splish/changelog",
"bugs": {
"url": "https://github.com/splish/changelog/issues"
Expand Down
5 changes: 5 additions & 0 deletions scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ async function exec(): Promise<void> {
tagName: '0.1.3',
date: '2019-06-05',
added: ['Add scoped changelog entries']
},
{
tagName: '0.1.4',
date: '2019-06-05',
fixed: ['Handle remote urls without optional .git']
}
])

Expand Down

0 comments on commit d0c5f37

Please sign in to comment.