Skip to content

Commit ca95835

Browse files
committed
Release 0.9.3
1 parent 0596451 commit ca95835

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.3](https://github.com/loks0n/rapid-draughts/compare/0.9.2...0.9.3)
8+
9+
- fix: package exports [`0596451`](https://github.com/loks0n/rapid-draughts/commit/0596451fad589a1fc3a6986ad1ba202c13861e69)
10+
711
#### [0.9.2](https://github.com/loks0n/rapid-draughts/compare/0.9.1...0.9.2)
812

13+
> 30 March 2023
14+
915
- feat: rename S to EnglishDraughtsBitSquare [`d5d713f`](https://github.com/loks0n/rapid-draughts/commit/d5d713fbd920ed63acd1baf4d517139c40afbbb7)
1016
- feat: rename board1d string to asciiBoard [`d71ee90`](https://github.com/loks0n/rapid-draughts/commit/d71ee90d6dad2b1b3898b6cbce677253293b2854)
1117
- test: add tests for utils [`c99afc2`](https://github.com/loks0n/rapid-draughts/commit/c99afc2c6a18e5a94705d0e84ed1b9378f875906)

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.2",
4+
"version": "0.9.3",
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)