Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Aug 16, 2021
1 parent 6c10c6f commit c46c10f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.4.2: August 16, 2021
* [Fix] Handle null and undefined gracefully in extend and unset (#161)

### v2.4.1: August 16, 2021
* [Fix] French starts plural at 2 (#154)
* [Refactor] Replace `for-each` with `object.entries` and `array.prototype.foreach` (#127)
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.1",
"version": "2.4.2",
"description": "Give your JavaScript the ability to speak many languages.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c46c10f

Please sign in to comment.