Skip to content

Commit 54a5cda

Browse files
committed
Release 0.9.5
1 parent 72b7084 commit 54a5cda

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.9.5](https://github.com/loks0n/rapid-draughts/compare/0.9.4...0.9.5)
8+
9+
- fix: use commonjs [`72b7084`](https://github.com/loks0n/rapid-draughts/commit/72b7084f654cc6bf4179fac7d0411e85635a4482)
10+
711
#### [0.9.4](https://github.com/loks0n/rapid-draughts/compare/0.9.3...0.9.4)
812

13+
> 1 April 2023
14+
15+
- Release 0.9.4 [`3b3d48c`](https://github.com/loks0n/rapid-draughts/commit/3b3d48c15e3000fe8dff94c84f6da2db34419f10)
916
- fix: add nodejs entry [`89625fb`](https://github.com/loks0n/rapid-draughts/commit/89625fba6ab30da25b2b3e76646fe43a398970c9)
1017

1118
#### [0.9.3](https://github.com/loks0n/rapid-draughts/compare/0.9.2...0.9.3)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rapid-draughts",
33
"private": false,
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"license": "MIT",
66
"homepage": "https://github.com/loks0n/rapid-draughts#readme",
77
"description": "A super speedy, blazing fast, rocket-powered TypeScript draughts/checkers engine with move validation, AI and game history.",

0 commit comments

Comments
 (0)