diff --git a/.github_changelog_generator b/.github_changelog_generator index 40cca94..0f77689 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ unreleased=true -future-release=0.2.0 +future-release=0.3.1 since-tag=0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 766b684..0be7327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c5e2950..5f22e0b 100644 --- a/package.json +++ b/package.json @@ -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": {