From 02d5d493ea429fb5cdd55f7a78b4f0291354538d Mon Sep 17 00:00:00 2001 From: Kapil Neurgaonkar Date: Sat, 8 Jul 2023 23:14:52 +0530 Subject: [PATCH] Added changelog for version 0.9.1 --- .github_changelog_generator | 2 +- CHANGELOG.md | 14 ++++++++++---- package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index cfce16c..a9a342b 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ unreleased=true -future-release=0.8.1 +future-release=0.9.1 since-tag=0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0684011..0c46895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.1](https://github.com/nglrx/pipes/tree/0.9.1) (2023-07-08) + +[Full Changelog](https://github.com/nglrx/pipes/compare/0.8.1...0.9.1) + +**Merged pull requests:** + +- Develop [\#78](https://github.com/nglrx/pipes/pull/78) ([kneurgao](https://github.com/kneurgao)) + ## [0.8.1](https://github.com/nglrx/pipes/tree/0.8.1) (2021-12-11) [Full Changelog](https://github.com/nglrx/pipes/compare/0.7.1...0.8.1) @@ -99,7 +107,7 @@ - 0.1.13 [\#32](https://github.com/nglrx/pipes/pull/32) ([kneurgao](https://github.com/kneurgao)) - Update issue templates [\#31](https://github.com/nglrx/pipes/pull/31) ([kneurgao](https://github.com/kneurgao)) -- Create CODE\_OF\_CONDUCT.md [\#30](https://github.com/nglrx/pipes/pull/30) ([kneurgao](https://github.com/kneurgao)) +- Create CODE_OF_CONDUCT.md [\#30](https://github.com/nglrx/pipes/pull/30) ([kneurgao](https://github.com/kneurgao)) - Update issue templates [\#29](https://github.com/nglrx/pipes/pull/29) ([kneurgao](https://github.com/kneurgao)) ## [0.1.12](https://github.com/nglrx/pipes/tree/0.1.12) (2020-07-13) @@ -199,6 +207,4 @@ - Updated version in npm package [\#9](https://github.com/nglrx/pipes/pull/9) ([kneurgao](https://github.com/kneurgao)) - 0.1.x [\#8](https://github.com/nglrx/pipes/pull/8) ([kneurgao](https://github.com/kneurgao)) - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* +\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_ diff --git a/package.json b/package.json index 6e4d68b..8c884a3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test": "npm run test:chrome", "lint": "ng lint", "e2e": "ng e2e", - "changelog": "github_changelog_generator -u nglrx -p pipes -t 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" + "changelog": "github_changelog_generator -u nglrx -p pipes" }, "private": false, "dependencies": {