diff --git a/CHANGELOG.md b/CHANGELOG.md index b895ffc5..c3d4b075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 963673dc..0a09149b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slaytheweb", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "slaytheweb", - "version": "0.17.0", + "version": "0.17.1", "license": "AGPL-3.0-or-later", "dependencies": { "gsap": "^3.12.2", diff --git a/package.json b/package.json index 68efe251..b5308f9b 100644 --- a/package.json +++ b/package.json @@ -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",