Skip to content

Commit 5fe5c08

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](2.0.1...3.0.0) (2022-11-14) ### ⚠ BREAKING CHANGES * Node.js v12 is no longer supported. ### Features * drop Node.js v12 support ([f2c2395](f2c2395))
1 parent f2c2395 commit 5fe5c08

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+
## [3.0.0](https://github.com/KenanY/glicko2-lite/compare/2.0.1...3.0.0) (2022-11-14)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Node.js v12 is no longer supported.
7+
8+
### Features
9+
10+
* drop Node.js v12 support ([f2c2395](https://github.com/KenanY/glicko2-lite/commit/f2c23958288569e1712fd23494412eef3083afc8))
11+
112
### [2.0.1](https://github.com/KenanY/glicko2-lite/compare/2.0.0...2.0.1) (2021-11-24)
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": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Barebones Glicko-2 implementation",
55
"keywords": [
66
"statistics"

0 commit comments

Comments
 (0)