Skip to content

Commit

Permalink
Update to support Angular 15
Browse files Browse the repository at this point in the history
  • Loading branch information
danrevah committed Dec 8, 2022
1 parent 25bf707 commit 0d526d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.0](https://github.com/danrevah/ngx-pipes/compare/v2.7.6...v4.0.0) (2022-12-08)
## [3.2.0](https://github.com/danrevah/ngx-pipes/compare/v2.7.6...v3.2.0) (2022-12-08)


### ⚠ BREAKING CHANGES
Expand Down
5 changes: 4 additions & 1 deletion ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"dest": "dist",
"lib": {
"entryFile": "public_api.ts"
}
},
"allowedNonPeerDependencies": [
"postcss", "webpack"
]
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-pipes",
"version": "4.0.0",
"version": "3.2.0",
"author": "Dan Revah",
"description": "Useful angular pipes",
"license": "MIT",
Expand Down

0 comments on commit 0d526d5

Please sign in to comment.