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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Feb 14, 2020
1 parent 144536c commit 2e4c746
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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.5](https://github.com/splish/changelog/compare/0.1.4..0.1.5) - February 14, 2020

### Fixed

- Update dependencies to support Node v12

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

### Fixed
Expand Down
4 changes: 1 addition & 3 deletions src/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ export class Release<Scope> {
const from = previous ? previous.tagName : this.repository.firstCommit
const to = this.tagName

return `https://github.com/${this.repository.owner}/${
this.repository.repo
}/compare/${from}..${to}`
return `https://github.com/${this.repository.owner}/${this.repository.repo}/compare/${from}..${to}`
}

static sections: Section[] = [
Expand Down

0 comments on commit 2e4c746

Please sign in to comment.