Skip to content

Commit 2ff8533

Browse files
committed
Release 0.23.0
1 parent 97c6006 commit 2ff8533

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,25 @@ 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+
#### [v0.23.0](https://github.com/oskarrough/slaytheweb/compare/v0.22.3...v0.23.0)
8+
9+
- Update linting [`#263`](https://github.com/oskarrough/slaytheweb/pull/263)
10+
- Deck builder editor feature [`#259`](https://github.com/oskarrough/slaytheweb/pull/259)
11+
- Feat/middle of screen [`#262`](https://github.com/oskarrough/slaytheweb/pull/262)
12+
- Fix being able to upgrade cards twice (to no effect) in campfire rooms [`#260`](https://github.com/oskarrough/slaytheweb/pull/260)
13+
- Remove service worker again [`#254`](https://github.com/oskarrough/slaytheweb/pull/254)
14+
- Replace tone.js with web audio [`#252`](https://github.com/oskarrough/slaytheweb/pull/252)
15+
- Refactor deck logic [`d69170c`](https://github.com/oskarrough/slaytheweb/commit/d69170cb7accbb95147b3b84d508ec93728b3c36)
16+
- Add local storage deck editing [`cdbc929`](https://github.com/oskarrough/slaytheweb/commit/cdbc9290581bd9f874a97511f5d8c7385f0ead6e)
17+
- Clean up [`ff59fbf`](https://github.com/oskarrough/slaytheweb/commit/ff59fbfdbbb6762d68c497188698a6c47b7e9297)
18+
719
#### [v0.22.3](https://github.com/oskarrough/slaytheweb/compare/v0.22.2...v0.22.3)
820

9-
- Rewording on splash page [`bdc9378`](https://github.com/oskarrough/slaytheweb/commit/bdc93786596c8200c1e0a006db672997d04e701f)
10-
- Possible map async render error fix [`6cb9aaa`](https://github.com/oskarrough/slaytheweb/commit/6cb9aaa0f32e2f8834e856f53f850db7bc8e602f)
11-
- Merge pull request #251 from oskarrough/2025-february [`51a5280`](https://github.com/oskarrough/slaytheweb/commit/51a5280a4355d88ae619a14e5903ac1b07041759)
21+
> 26 February 2025
22+
23+
- Type the minified game state used in the backend [`73656be`](https://github.com/oskarrough/slaytheweb/commit/73656bef656dfe81837c04b507b07f5d5b1bbfc2)
24+
- Add more tests for card creation [`cc17802`](https://github.com/oskarrough/slaytheweb/commit/cc17802db7f9b75293998c8d48689745d1199c81)
25+
- Release 0.22.3 [`8f622d3`](https://github.com/oskarrough/slaytheweb/commit/8f622d373c6318a2edfba3e967768c224a20065f)
1226

1327
#### [v0.22.2](https://github.com/oskarrough/slaytheweb/compare/v0.22.1...v0.22.2)
1428

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slaytheweb",
3-
"version": "0.22.3",
3+
"version": "0.23.0",
44
"license": "AGPL-3.0-or-later",
55
"homepage": "https://slaytheweb.cards",
66
"repository": "https://github.com/oskarrough/slaytheweb",

0 commit comments

Comments
 (0)