Skip to content

Commit 8fcbbee

Browse files
committed
chore(release): bump version number, update changelog
1 parent ea0fd6e commit 8fcbbee

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

projects/ngx-multi-window/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.4.1 (2022-06-10)
2+
3+
- Build lib with angular v7 again to address pre v14 projects
4+
5+
## 0.4.0 (2022-06-08)
6+
7+
- 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))
8+
- Add support for angular 7 to 14 (closes [#76](https://github.com/Nolanus/ngx-multi-window/issues/76) and [#87](https://github.com/Nolanus/ngx-multi-window/issues/87), [b6c3418](https://github.com/Nolanus/ngx-multi-window/commit/b6c34188e254a0aac7d3cd5944b8253ed5202383))
9+
110
## 0.3.2 (2019-02-15)
211

312
- Fix bug causing non `forRoot()` module imports to fail ([c988132](https://github.com/Nolanus/ngx-multi-window/commit/c98813297d3531917de5ddd7cbcccf070b68f3f5))

projects/ngx-multi-window/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ngx-multi-window",
33
"description": "Cross-window communication for multi-window angular applications",
4-
"version": "0.3.2",
4+
"version": "0.4.1",
55
"author": "Sebastian Fuss <sebastian.fuss@googlemail.com>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)