Skip to content

Commit 16a3382

Browse files
committed
chore(release): 4.0.0
1 parent 80d383a commit 16a3382

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## [4.0.0](https://github.com/ngneat/transloco-keys-manager/compare/v3.8.0...v4.0.0) (2024-03-23)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* 🧨 Imports path changes to @jsverse/transloco-keys-manager
11+
* 🧨 The lib is now ESM
12+
13+
### Features
14+
15+
* 🎸 Add support for self closing tag and control flow ([#180](https://github.com/ngneat/transloco-keys-manager/issues/180)) ([0e3ab54](https://github.com/ngneat/transloco-keys-manager/commit/0e3ab54b7ff7017aeffde07f398794c1fe1456b3))
16+
17+
18+
* 🤖 change package scope to jsverse ([0be3a4d](https://github.com/ngneat/transloco-keys-manager/commit/0be3a4de5fd84c278f361a12f1f968e616e799b7))
19+
* 🤖 migrate to esm ([#177](https://github.com/ngneat/transloco-keys-manager/issues/177)) ([ac283b7](https://github.com/ngneat/transloco-keys-manager/commit/ac283b78a60a9f1ad6b3a09e682712e6e41a144f))
20+
521
## [3.8.0](https://github.com/ngneat/transloco-keys-manager/compare/v3.7.0...v3.8.0) (2024-03-15)
622

723

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": "@jsverse/transloco-keys-manager",
3-
"version": "3.8.0",
3+
"version": "4.0.0",
44
"description": "Extract translatable keys from projects that uses Transloco",
55
"engines": {
66
"node": ">=18.13.0"

0 commit comments

Comments
 (0)