Skip to content

Commit f8abd17

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](1.0.2...2.0.0) (2021-11-23) ### ⚠ BREAKING CHANGES * Node.js v10 is no longer supported. ### Features * drop Node.js v10 support ([2099792](2099792))
1 parent 2099792 commit f8abd17

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

0 commit comments

Comments
 (0)