Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Mar 30, 2023
1 parent 85f5c7d commit f51bb34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [0.9.1](https://github.com/loks0n/rapid-draughts/compare/0.9.0...0.9.1)

- chore: bump packages [`cecb04c`](https://github.com/loks0n/rapid-draughts/commit/cecb04c242614f5495e1f8808f715df338040a90)
- feat: add isValidMove function to engine and game [`e032daf`](https://github.com/loks0n/rapid-draughts/commit/e032daf8d6b488acd9ebf96497d9c2990bae8757)
- feat: optimise bitwise utils [`c0c2df4`](https://github.com/loks0n/rapid-draughts/commit/c0c2df48df7f140c9c70f59d68faaa0430a1d265)

#### [0.9.0](https://github.com/loks0n/rapid-draughts/compare/0.8.9...0.9.0)

> 29 March 2023
- Release 0.9.0 [`153298a`](https://github.com/loks0n/rapid-draughts/commit/153298a80c37bdf10742d5a0468a3247a4b18122)
- chore: refactor mask as default export [`9246788`](https://github.com/loks0n/rapid-draughts/commit/9246788f6766dff4267b024ea6376f11d2d717a9)
- feat: reduce function calls in eval [`90994e2`](https://github.com/loks0n/rapid-draughts/commit/90994e2be940955e8768eb3ff2587b043f2b9b6f)
- docs: add jsdoc to key interfaces [`de3f321`](https://github.com/loks0n/rapid-draughts/commit/de3f3216a327f3f2e92d03c36c4f5ee6b4aa7964)

#### [0.8.9](https://github.com/loks0n/rapid-draughts/compare/0.8.8...0.8.9)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rapid-draughts",
"private": false,
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"homepage": "https://github.com/loks0n/rapid-draughts#readme",
"description": "A super speedy, blazing fast, rocket-powered TypeScript draughts/checkers engine with move validation, AI and game history.",
Expand Down

0 comments on commit f51bb34

Please sign in to comment.