Skip to content

Commit f6de1d4

Browse files
committed
Merge branch 'master' of github.com:postalsys/gettext
2 parents 0fb75d1 + 534584b commit f6de1d4

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 4.0.0 (2024-09-19)
4+
5+
6+
### Features
7+
8+
* automatic release process ([a92527e](https://github.com/postalsys/gettext/commit/a92527ea13646b884212383708ecc685de7d1d42))
9+
10+
11+
### Bug Fixes
12+
13+
* **security:** Fixed GHSA-g974-hxvm-x689 ([63e627c](https://github.com/postalsys/gettext/commit/63e627cece1592d03abadf36044c957b801c7315))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release 4.0.0 ([1eab5ea](https://github.com/postalsys/gettext/commit/1eab5ea44631f063450018d246e0c54f3f505299))
19+
320
## v1.1.0
421

522
* Adds support for adding a textdomain from an already parsed json object
@@ -9,4 +26,3 @@
926
* Bumped version to 1.0.0 to be compatible with semver
1027
* Removed built in parser/compiler in favor of gettext-parser module
1128
* Moved tests from nodeunit to mocha
12-

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,7 +1,7 @@
11
{
22
"name": "@postalsys/gettext",
33
"description": "A JavaScript implementation of gettext, a localization framework",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"author": "Andris Reinman",
66
"maintainers": [
77
{

0 commit comments

Comments
 (0)