Skip to content

Commit 1289c4d

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](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](4b423ea))
1 parent 4b423ea commit 1289c4d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.0](https://github.com/kenany/glicko2-lite/compare/3.2.0...4.0.0) (2023-09-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Node.js v14 and v16 are no longer supported.
7+
8+
### Features
9+
10+
* drop Node.js v14 and v16 ([4b423ea](https://github.com/kenany/glicko2-lite/commit/4b423eaabf1a7ed1ee878059e64145dd4dba3c0f))
11+
112
## [3.2.0](https://github.com/KenanY/glicko2-lite/compare/3.1.0...3.2.0) (2023-04-26)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glicko2-lite",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "Barebones Glicko-2 implementation",
55
"keywords": [
66
"statistics"

0 commit comments

Comments
 (0)