From 77424328bd56b13cdf5cbd317898cd3fc70bb80a Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Sat, 25 May 2024 00:16:12 +0200 Subject: [PATCH] chore: release 3.3.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c58c52..2c40060f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## 3.3.0 (2024-05-24) + + +### Features + +- **inject-inputs:** add injectInputs ([851c644](https://github.com/ngxtension/ngxtension-platform/commit/851c644)) + +### Bug Fixes + +- **plugin:** add and remove this keyword correctly ([#370](https://github.com/ngxtension/ngxtension-platform/pull/370)) +- **plugin:** remove additional semicolumns for input and output generator ([#371](https://github.com/ngxtension/ngxtension-platform/pull/371)) +- **plugin:** add string to input generic ([#375](https://github.com/ngxtension/ngxtension-platform/pull/375)) + +### Documentation + +- update inject migration example ([#379](https://github.com/ngxtension/ngxtension-platform/pull/379)) +- **inject-inputs:** add injectInputs ([05d0f0a](https://github.com/ngxtension/ngxtension-platform/commit/05d0f0a)) +- **injectors:** spanish translation for createInjectable function ([#316](https://github.com/ngxtension/ngxtension-platform/pull/316)) +- **injectors:** Spanish translation for injectROuteData ([#383](https://github.com/ngxtension/ngxtension-platform/pull/383)) +- **injectors:** Spanish translation for injectRouteFragment ([#385](https://github.com/ngxtension/ngxtension-platform/pull/385)) +- **migrations:** Spanish translation inject migration ([#386](https://github.com/ngxtension/ngxtension-platform/pull/386)) + +### ❤️ Thank You + +- Chau Tran @nartc +- Sergi Dote Teixidor +- Tim Deschryver @timdeschryver + ## 3.2.0 (2024-05-10)