Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 11, 2024
1 parent 2e29439 commit 1acb012
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v2.6.0: July 11, 2024
* [New] add Ukrainian (#184)
* [Refactor] remove `array.prototype.foreach`
* [Refactor] remove `string.prototype.trim`
* [Refactor] use `hasown` instead of `has`
* [meta] add missing `engines.node`
* [Deps] update `array.prototype.foreach`, `object.entries`, `string.prototype.trim`
* [Deps] update `aud`, `chai`, `docco`, `eslint-plugin-import`, `string.prototype.matchall`
* [eslint] disable yoda rule entirely
* [readme] Fixed typos (buliding, Polylglot) (#181)

### v2.5.0: January 23, 2023
* [New] Add `replace` option for custom replace implementation (#171)
* [New] Add Romanian and Macedonian (#176)
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.5.0",
"version": "2.6.0",
"description": "Give your JavaScript the ability to speak many languages.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1acb012

Please sign in to comment.