From b4b4f5ad990cbb577ee73173245f2347a60832c5 Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Mon, 22 Jan 2024 20:33:45 +0700 Subject: [PATCH] chore: release 1.11.0 --- CHANGELOG.md | 13 +++++++++++++ libs/ngxtension/version.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef88f209..620d8658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## [1.11.0](https://github.com/nartc/ngxtension-platform/compare/1.10.2...1.11.0) (2024-01-22) + + +### Features + +* **create-injectable:** add createInjectable (replaces createService) ([#239](https://github.com/nartc/ngxtension-platform/issues/239)) ([b3344cf](https://github.com/nartc/ngxtension-platform/commit/b3344cf487103496193946da79860e10e3d33cbb)) + + +### Bug Fixes + +* **create-injectable:** providedIn root by default ([a948b31](https://github.com/nartc/ngxtension-platform/commit/a948b31ad22a1282637c23218a1dca7745bfc874)) +* **plugin:** only update property access with "this" as the expression ([26e94a7](https://github.com/nartc/ngxtension-platform/commit/26e94a710f413e774bd6454ac21496f2d434e9cb)), closes [#236](https://github.com/nartc/ngxtension-platform/issues/236) + ## [1.10.2](https://github.com/nartc/ngxtension-platform/compare/1.10.1...1.10.2) (2024-01-22) diff --git a/libs/ngxtension/version.json b/libs/ngxtension/version.json index e320aeea..d840aaaf 100644 --- a/libs/ngxtension/version.json +++ b/libs/ngxtension/version.json @@ -1,3 +1,3 @@ { - "version": "1.10.2" + "version": "1.11.0" }