Skip to content

Commit

Permalink
chore(release): bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Jun 10, 2022
1 parent 9dbc31b commit 666e05a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions projects/ngx-multi-window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.0 (2022-06-10)

- Requires angular v14

## 0.4.1 (2022-06-10)

- Build lib with angular v7 again to address pre v14 projects

## 0.4.0 (2022-06-08)

- Fix deep import warning (closes [#81](https://github.com/Nolanus/ngx-multi-window/issues/35), [b6c3418](https://github.com/Nolanus/ngx-multi-window/commit/b6c34188e254a0aac7d3cd5944b8253ed5202383))
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-multi-window/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-multi-window",
"description": "Cross-window communication for multi-window angular applications",
"version": "0.4.0",
"version": "0.5.0",
"author": "Sebastian Fuss <sebastian.fuss@googlemail.com>",
"license": "MIT",
"repository": {
Expand All @@ -16,7 +16,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=6.0.0-rc.0 <=14",
"@angular/core": ">=6.0.0-rc.0 <=14"
"@angular/common": "^14.0.1",
"@angular/core": "^14.0.1"
}
}

0 comments on commit 666e05a

Please sign in to comment.