From 1289c4d44c3bd4045907ef5e0c7978bc80bbc335 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Sep 2023 21:47:22 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.0.0](https://github.com/kenany/glicko2-lite/compare/3.2.0...4.0.0) (2023-09-06) ### ⚠ BREAKING CHANGES * Node.js v14 and v16 are no longer supported. ### Features * drop Node.js v14 and v16 ([4b423ea](https://github.com/kenany/glicko2-lite/commit/4b423eaabf1a7ed1ee878059e64145dd4dba3c0f)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af7ca7..d9ade06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [4.0.0](https://github.com/kenany/glicko2-lite/compare/3.2.0...4.0.0) (2023-09-06) + + +### ⚠ BREAKING CHANGES + +* Node.js v14 and v16 are no longer supported. + +### Features + +* drop Node.js v14 and v16 ([4b423ea](https://github.com/kenany/glicko2-lite/commit/4b423eaabf1a7ed1ee878059e64145dd4dba3c0f)) + ## [3.2.0](https://github.com/KenanY/glicko2-lite/compare/3.1.0...3.2.0) (2023-04-26) diff --git a/package.json b/package.json index 9f82d54..e56b4e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glicko2-lite", - "version": "3.2.0", + "version": "4.0.0", "description": "Barebones Glicko-2 implementation", "keywords": [ "statistics"