Skip to content

Commit

Permalink
Merge pull request #1 from postalsys/release-please--branches--master…
Browse files Browse the repository at this point in the history
…--components--gettext

chore(master): release 4.0.0
  • Loading branch information
andris9 authored Sep 19, 2024
2 parents 1eab5ea + f59cb89 commit 534584b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 4.0.0 (2024-09-19)


### Features

* automatic release process ([a92527e](https://github.com/postalsys/gettext/commit/a92527ea13646b884212383708ecc685de7d1d42))


### Bug Fixes

* **security:** Fixed GHSA-g974-hxvm-x689 ([63e627c](https://github.com/postalsys/gettext/commit/63e627cece1592d03abadf36044c957b801c7315))


### Miscellaneous Chores

* release 4.0.0 ([1eab5ea](https://github.com/postalsys/gettext/commit/1eab5ea44631f063450018d246e0c54f3f505299))

## v1.1.0

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

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@postalsys/gettext",
"description": "A JavaScript implementation of gettext, a localization framework",
"version": "3.0.0",
"version": "4.0.0",
"author": "Andris Reinman",
"maintainers": [
{
Expand Down

0 comments on commit 534584b

Please sign in to comment.