Skip to content

Commit 9affd8e

Browse files
committed
chore(release): 3.8.0
1 parent 8854d40 commit 9affd8e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.8.0](https://github.com/ngneat/transloco-keys-manager/compare/v3.7.0...v3.8.0) (2023-08-13)
6+
7+
8+
### Features
9+
10+
* 🎸 Add support for angular 14 inject() ([#142](https://github.com/ngneat/transloco-keys-manager/issues/142)) ([0d69c07](https://github.com/ngneat/transloco-keys-manager/commit/0d69c07c344231b4797dd56319303e2241c7715f))
11+
12+
13+
### Bug Fixes
14+
15+
* only search ts files for scopes ([#164](https://github.com/ngneat/transloco-keys-manager/issues/164)) ([d3e583f](https://github.com/ngneat/transloco-keys-manager/commit/d3e583fd15ee20cd072e865501e5c5da2724103a))
16+
* writeFileSync expects encoding to be in lowercase ([#157](https://github.com/ngneat/transloco-keys-manager/issues/157)) ([9ba5f61](https://github.com/ngneat/transloco-keys-manager/commit/9ba5f618a8d08dac3c009adb87261f90ea352505))
17+
518
## [3.7.0](https://github.com/ngneat/transloco-keys-manager/compare/v3.6.2...v3.7.0) (2023-03-25)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngneat/transloco-keys-manager",
3-
"version": "3.7.0",
3+
"version": "3.8.0",
44
"description": "Extract translatable keys from projects that uses Transloco",
55
"main": "public_api.js",
66
"scripts": {

0 commit comments

Comments
 (0)