Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Jan 23, 2023
1 parent 038ed0c commit 2d7c5f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2d7c5f5

Please sign in to comment.