Skip to content

Commit

Permalink
Merge pull request #78 from nglrx/develop-0.9.1
Browse files Browse the repository at this point in the history
Develop v0.9.1
  • Loading branch information
kneurgao authored Jul 8, 2023
2 parents d18532a + 02d5d49 commit 28ffd97
Show file tree
Hide file tree
Showing 11 changed files with 24,069 additions and 10,513 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
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)_
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
}
}
},
"defaultProject": "pipes",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
Loading

0 comments on commit 28ffd97

Please sign in to comment.