diff --git a/CHANGELOG.md b/CHANGELOG.md index 873422c..3959267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# 4.7.0 (2022-12-05) +* Added support for Angular 15 + + # 4.6.0 (2022-06-27) * Added support for Angular 14 diff --git a/projects/mobx-angular/package.json b/projects/mobx-angular/package.json index 0006848..06dc589 100644 --- a/projects/mobx-angular/package.json +++ b/projects/mobx-angular/package.json @@ -1,10 +1,10 @@ { "name": "mobx-angular", - "version": "4.6.0", + "version": "4.6.1", "description": "Angular connector to MobX (2 and above)", "peerDependencies": { - "@angular/common": ">=11.1.1 <15.0.0", - "@angular/core": ">=11.1.1 <15.0.0", + "@angular/common": ">=11.1.1 <16.0.0", + "@angular/core": ">=11.1.1 <16.0.0", "mobx": ">=2", "tslib": "^2.0.0" },