Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore(release): 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 12, 2024
1 parent a682c82 commit 318dd8b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [11.0.0](https://github.com/Alorel/ngforage/compare/10.1.0...11.0.0) (2024-01-12)


### Bug Fixes

* Bump package version to v11 instead of 10.1 for Angular 17 ([a682c82](https://github.com/Alorel/ngforage/commit/a682c82650a179e07acbe4fd654a3e1f933aea77))


### BREAKING CHANGES

* Angular 16 no longer supported

# [10.1.0](https://github.com/Alorel/ngforage/compare/10.0.0...10.1.0) (2024-01-12)


Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "ngforage",
"description": "localForage bindings for Angular",
"version": "10.1.0",
"version": "11.0.0",
"private": true,
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngforage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngforage",
"version": "10.1.0",
"version": "11.0.0",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
Expand Down

0 comments on commit 318dd8b

Please sign in to comment.