Skip to content

Commit

Permalink
Release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Jul 23, 2023
1 parent d761bc2 commit 19a6bbc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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).

#### [v0.17.1](https://github.com/oskarrough/slaytheweb/compare/v0.17.0...v0.17.1)

- Refactor dungeon and more jsdocs [`#200`](https://github.com/oskarrough/slaytheweb/pull/200)
- More comments and types [`#199`](https://github.com/oskarrough/slaytheweb/pull/199)
- Fix save game [`#172`](https://github.com/oskarrough/slaytheweb/pull/172)
- Document the dungeon & map code better [`#196`](https://github.com/oskarrough/slaytheweb/pull/196)
- PWA [`#198`](https://github.com/oskarrough/slaytheweb/pull/198)
- Switch to vite for development [`#195`](https://github.com/oskarrough/slaytheweb/pull/195)
- Fix action missing card ref [`#193`](https://github.com/oskarrough/slaytheweb/pull/193)
- Switch to npm for preact+htm [`fa8727e`](https://github.com/oskarrough/slaytheweb/commit/fa8727e8e0761364abf6e087fd949952bce36de5)
- Replace custom service worker with vite-plugin-pwa [`c11914c`](https://github.com/oskarrough/slaytheweb/commit/c11914c5900d00bb123457e9d1ebd738a6abb803)
- Update dependencies [`f1b7d22`](https://github.com/oskarrough/slaytheweb/commit/f1b7d22afcb9f85ee75d56e1ce016cae40704978)

#### [v0.17.0](https://github.com/oskarrough/slaytheweb/compare/v0.16.1...v0.17.0)

> 15 July 2023
- Start saving game logs to a central database [`#189`](https://github.com/oskarrough/slaytheweb/pull/189)
- new card, and added hp/max hp getting functions [`#183`](https://github.com/oskarrough/slaytheweb/pull/183)
- fixes a few broken links in DOCUMENTATION.md [`#180`](https://github.com/oskarrough/slaytheweb/pull/180)
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,6 +1,6 @@
{
"name": "slaytheweb",
"version": "0.17.0",
"version": "0.17.1",
"license": "AGPL-3.0-or-later",
"homepage": "https://slaytheweb.cards",
"repository": "https://github.com/oskarrough/slaytheweb",
Expand Down

0 comments on commit 19a6bbc

Please sign in to comment.