Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kneurgao committed Jul 26, 2020
1 parent b119dd9 commit aafe089
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
unreleased=true
future-release=0.2.0
future-release=0.3.1
since-tag=0.1.0
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
# Changelog

## [0.2.0](https://github.com/nglrx/pipes/tree/0.2.0) (2020-07-20)
## [0.3.1](https://github.com/nglrx/pipes/tree/0.3.1) (2020-07-26)

[Full Changelog](https://github.com/nglrx/pipes/compare/0.1.13...0.2.0)
[Full Changelog](https://github.com/nglrx/pipes/compare/0.3.0...0.3.1)

**Merged pull requests:**

- 0.3.1 [\#37](https://github.com/nglrx/pipes/pull/37) ([kneurgao](https://github.com/kneurgao))

## [0.3.0](https://github.com/nglrx/pipes/tree/0.3.0) (2020-07-22)

[Full Changelog](https://github.com/nglrx/pipes/compare/0.2.1...0.3.0)

**Merged pull requests:**

- 0.3.0 [\#36](https://github.com/nglrx/pipes/pull/36) ([kneurgao](https://github.com/kneurgao))

## [0.2.1](https://github.com/nglrx/pipes/tree/0.2.1) (2020-07-19)

[Full Changelog](https://github.com/nglrx/pipes/compare/0.1.13...0.2.1)

**Merged pull requests:**

- 0.2.1 [\#35](https://github.com/nglrx/pipes/pull/35) ([kneurgao](https://github.com/kneurgao))
- 0.2.0 [\#34](https://github.com/nglrx/pipes/pull/34) ([kneurgao](https://github.com/kneurgao))
- 0.1.14 [\#33](https://github.com/nglrx/pipes/pull/33) ([kneurgao](https://github.com/kneurgao))

## [0.1.13](https://github.com/nglrx/pipes/tree/0.1.13) (2020-07-19)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "ng test --browsers=ChromeHeadlessNoSandbox --codeCoverage=true --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"changelog": "github_changelog_generator -u nglrx -p pipes -t 07dfb858045c259c8b63b4d5cccc861abd4121be"
"changelog": "github_changelog_generator -u nglrx -p pipes -t ebc7d7d4a088bec083e2022597862aac703d77b5"
},
"private": false,
"dependencies": {
Expand Down

0 comments on commit aafe089

Please sign in to comment.