Skip to content

Commit

Permalink
Generated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kneurgao committed Aug 14, 2020
1 parent 776a0a4 commit 92c7767
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 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.4.1
future-release=0.5.0
since-tag=0.1.0
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# Changelog

## [0.4.1](https://github.com/nglrx/pipes/tree/0.4.1) (2020-08-06)
## [0.5.0](https://github.com/nglrx/pipes/tree/0.5.0) (2020-08-15)

[Full Changelog](https://github.com/nglrx/pipes/compare/0.3.1...0.4.1)
[Full Changelog](https://github.com/nglrx/pipes/compare/0.4.1...0.5.0)

**Merged pull requests:**

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

## [0.4.1](https://github.com/nglrx/pipes/tree/0.4.1) (2020-08-05)

[Full Changelog](https://github.com/nglrx/pipes/compare/0.4.0...0.4.1)

**Merged pull requests:**

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

## [0.4.0](https://github.com/nglrx/pipes/tree/0.4.0) (2020-08-01)

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

**Merged pull requests:**

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

## [0.3.1](https://github.com/nglrx/pipes/tree/0.3.1) (2020-07-26)
Expand Down Expand Up @@ -89,7 +104,6 @@
**Merged pull requests:**

- 0.1.8 [\#19](https://github.com/nglrx/pipes/pull/19) ([kneurgao](https://github.com/kneurgao))
- Installed latest version of library in project [\#15](https://github.com/nglrx/pipes/pull/15) ([kneurgao](https://github.com/kneurgao))

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

Expand All @@ -107,6 +121,7 @@

- Installled latest version of library [\#17](https://github.com/nglrx/pipes/pull/17) ([kneurgao](https://github.com/kneurgao))
- 0.1.6 [\#16](https://github.com/nglrx/pipes/pull/16) ([kneurgao](https://github.com/kneurgao))
- Installed latest version of library in project [\#15](https://github.com/nglrx/pipes/pull/15) ([kneurgao](https://github.com/kneurgao))

## [0.1.5](https://github.com/nglrx/pipes/tree/0.1.5) (2020-04-29)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 1135d673e372e3863cb33f333c4c4686fb7080d6"
"changelog": "github_changelog_generator -u nglrx -p pipes -t 04dae09dc60158998025fec232fc438177aa1549 "
},
"private": false,
"dependencies": {
Expand Down

0 comments on commit 92c7767

Please sign in to comment.