Skip to content

Commit

Permalink
Release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Apr 2, 2023
1 parent 1f2c9c8 commit f81a0f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ 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.7](https://github.com/loks0n/rapid-draughts/compare/0.9.6...0.9.7)

- feat: migrate computer to async [`1f2c9c8`](https://github.com/loks0n/rapid-draughts/commit/1f2c9c898fb834cf69fd55b3f7b5ae0c785e8113)
- fix: more 32nd bit bugs [`4c1ca50`](https://github.com/loks0n/rapid-draughts/commit/4c1ca5068f5b2ba605a301daf6cda5e4a0fb1dd3)

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

> 1 April 2023
- Revert "fix: use commonjs" [`86b87c7`](https://github.com/loks0n/rapid-draughts/commit/86b87c7b466e5d99df659bd848c5363f0f99bf74)
- Release 0.9.6 [`8618b77`](https://github.com/loks0n/rapid-draughts/commit/8618b770cbd5ca666dec7da5b6d265fee73c06bb)

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

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.6",
"version": "0.9.7",
"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 f81a0f0

Please sign in to comment.