Skip to content

Commit

Permalink
Added changelog for version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kneurgao committed Jul 8, 2023
1 parent 9495790 commit 02d5d49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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.8.1
future-release=0.9.1
since-tag=0.1.0
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 02d5d49

Please sign in to comment.