diff --git a/README.md b/README.md index 8b1b1cf..6e627a5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ For older angular versions you may install previous versions of this library: | ngx-multi-window version | compatible angular version | |--------------------------|----------------------------| +| `0.6` | `15` | | `0.5` | `14` | | `0.4.1` | `8 - 13` | | `0.3.2` | `7` | diff --git a/projects/ngx-multi-window/CHANGELOG.md b/projects/ngx-multi-window/CHANGELOG.md index 221c4d0..69726ff 100644 --- a/projects/ngx-multi-window/CHANGELOG.md +++ b/projects/ngx-multi-window/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.0 (2022-12-27) + +- Requires angular v15 + ## 0.5.0 (2022-06-10) - Requires angular v14 diff --git a/projects/ngx-multi-window/package.json b/projects/ngx-multi-window/package.json index eb1fed2..d259f3b 100644 --- a/projects/ngx-multi-window/package.json +++ b/projects/ngx-multi-window/package.json @@ -1,7 +1,7 @@ { "name": "ngx-multi-window", "description": "Cross-window communication for multi-window angular applications", - "version": "0.5.0", + "version": "0.6.0", "author": "Sebastian Fuss ", "license": "MIT", "repository": {