Skip to content

Commit

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


### Features

* add TypeScript declarations ([ef22831](https://github.com/KenanY/glicko2-lite/commit/ef22831edb591d0fce9a9c0bfc67cd2bd875afbf))
* generate TypeScript declarations from source ([c98b168](https://github.com/KenanY/glicko2-lite/commit/c98b1689065fd7d53414be9fbacc51c6ca71d6d3))

## [3.0.0](https://github.com/KenanY/glicko2-lite/compare/2.0.1...3.0.0) (2022-11-14)


Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glicko2-lite",
"version": "3.0.0",
"version": "3.1.0",
"description": "Barebones Glicko-2 implementation",
"keywords": [
"statistics"
Expand All @@ -27,14 +27,11 @@
"lint": "eslint .",
"release": "semantic-release",
"type-coverage": "type-coverage --at-least 100 --detail --strict",

"prebuild": "npm run clean",
"build": "tsc",

"pretest": "npm run build",
"test": "tape test/index.js",
"posttest": "npm run lint && npm run type-coverage",

"prepack": "npm run build"
},
"dependencies": {},
Expand Down

0 comments on commit 5b502d5

Please sign in to comment.