From 1acb012ecd904057450ab88d0f0feb3fc393b975 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 11 Jul 2024 15:24:01 -0700 Subject: [PATCH] v2.6.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59b3a3..97d245c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2d98feb..f3f5659 100644 --- a/package.json +++ b/package.json @@ -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": {