diff --git a/CHANGELOG.md b/CHANGELOG.md index 90174de..d59b3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v2.5.0: January 23, 2023 + * [New] Add `replace` option for custom replace implementation (#171) + * [New] Add Romanian and Macedonian (#176) + * [Deps] update array.prototype.foreach, object.entries, `string.prototype.trim` (#172) + * [Tests] Migrate tests to GitHub Actions (#169) + * [Tests] Add passing tests (#168) + ### v2.4.2: August 16, 2021 * [Fix] Handle null and undefined gracefully in extend and unset (#161) diff --git a/package.json b/package.json index 63fa9e9..7aca50a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-polyglot", - "version": "2.4.2", + "version": "2.5.0", "description": "Give your JavaScript the ability to speak many languages.", "main": "index.js", "scripts": {