Skip to content

Commit

Permalink
chore: release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jan 22, 2024
1 parent a948b31 commit b4b4f5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/ngxtension/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.10.2"
"version": "1.11.0"
}

0 comments on commit b4b4f5a

Please sign in to comment.