Skip to content

Commit 8bc5e06

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

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For older angular versions you may install previous versions of this library:
2222

2323
| ngx-multi-window version | compatible angular version |
2424
|--------------------------|----------------------------|
25+
| `0.6` | `15` |
2526
| `0.5` | `14` |
2627
| `0.4.1` | `8 - 13` |
2728
| `0.3.2` | `7` |

projects/ngx-multi-window/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0 (2022-12-27)
2+
3+
- Requires angular v15
4+
15
## 0.5.0 (2022-06-10)
26

37
- Requires angular v14

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.5.0",
4+
"version": "0.6.0",
55
"author": "Sebastian Fuss <sebastian.fuss@googlemail.com>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)