Skip to content

Commit 5b502d5

Browse files
chore(release): 3.1.0 [skip ci]
## [3.1.0](3.0.0...3.1.0) (2023-03-26) ### Features * add TypeScript declarations ([ef22831](ef22831)) * generate TypeScript declarations from source ([c98b168](c98b168))
1 parent c98b168 commit 5b502d5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1.0](https://github.com/KenanY/glicko2-lite/compare/3.0.0...3.1.0) (2023-03-26)
2+
3+
4+
### Features
5+
6+
* add TypeScript declarations ([ef22831](https://github.com/KenanY/glicko2-lite/commit/ef22831edb591d0fce9a9c0bfc67cd2bd875afbf))
7+
* generate TypeScript declarations from source ([c98b168](https://github.com/KenanY/glicko2-lite/commit/c98b1689065fd7d53414be9fbacc51c6ca71d6d3))
8+
19
## [3.0.0](https://github.com/KenanY/glicko2-lite/compare/2.0.1...3.0.0) (2022-11-14)
210

311

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glicko2-lite",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Barebones Glicko-2 implementation",
55
"keywords": [
66
"statistics"
@@ -27,14 +27,11 @@
2727
"lint": "eslint .",
2828
"release": "semantic-release",
2929
"type-coverage": "type-coverage --at-least 100 --detail --strict",
30-
3130
"prebuild": "npm run clean",
3231
"build": "tsc",
33-
3432
"pretest": "npm run build",
3533
"test": "tape test/index.js",
3634
"posttest": "npm run lint && npm run type-coverage",
37-
3835
"prepack": "npm run build"
3936
},
4037
"dependencies": {},

0 commit comments

Comments
 (0)