Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 14, 2022
1 parent f2c2395 commit 5fe5c08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/KenanY/glicko2-lite/compare/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](https://github.com/KenanY/glicko2-lite/commit/f2c23958288569e1712fd23494412eef3083afc8))

### [2.0.1](https://github.com/KenanY/glicko2-lite/compare/2.0.0...2.0.1) (2021-11-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glicko2-lite",
"version": "2.0.1",
"version": "3.0.0",
"description": "Barebones Glicko-2 implementation",
"keywords": [
"statistics"
Expand Down

0 comments on commit 5fe5c08

Please sign in to comment.