File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## [ 3.0.0] ( https://github.com/KenanY/glicko2-lite/compare/2.0.1...3.0.0 ) (2022-11-14)
2
10
3
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " glicko2-lite" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " Barebones Glicko-2 implementation" ,
5
5
"keywords" : [
6
6
" statistics"
27
27
"lint" : " eslint ." ,
28
28
"release" : " semantic-release" ,
29
29
"type-coverage" : " type-coverage --at-least 100 --detail --strict" ,
30
-
31
30
"prebuild" : " npm run clean" ,
32
31
"build" : " tsc" ,
33
-
34
32
"pretest" : " npm run build" ,
35
33
"test" : " tape test/index.js" ,
36
34
"posttest" : " npm run lint && npm run type-coverage" ,
37
-
38
35
"prepack" : " npm run build"
39
36
},
40
37
"dependencies" : {},
You can’t perform that action at this time.
0 commit comments