diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0995c9..c5ca79a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ 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.20.2](https://github.com/oskarrough/slaytheweb/compare/v0.20.1...v0.20.2) + +- Better sounds [`#230`](https://github.com/oskarrough/slaytheweb/pull/230) +- Add a /sounds demo page with new vanilla sounds [`63281dc`](https://github.com/oskarrough/slaytheweb/commit/63281dc1e84c6d3bc9b88e5e50cbc4b651b07727) +- Simplify sounds, lower volume [`94c3ade`](https://github.com/oskarrough/slaytheweb/commit/94c3ade06e9c4f0ec7faf3542a77d0c0aed7ee56) +- Fix continue button on splash screen [`c9aa942`](https://github.com/oskarrough/slaytheweb/commit/c9aa942a61803713aa12bc6d3b998ad2ab9566ca) + #### [v0.20.1](https://github.com/oskarrough/slaytheweb/compare/v0.20.0...v0.20.1) +> 22 January 2024 + - Fix sentry init [`#231`](https://github.com/oskarrough/slaytheweb/pull/231) - Adjust UI scaling [`49ceaa6`](https://github.com/oskarrough/slaytheweb/commit/49ceaa6bb4464a9302176bc77c401bc352ade865) +- Release 0.20.1 [`cd0b76c`](https://github.com/oskarrough/slaytheweb/commit/cd0b76ca74ab3974d24866035d9073f68fbe215b) - Remove debug log [`146841d`](https://github.com/oskarrough/slaytheweb/commit/146841d489aaf0bbe6e0116fbdcbf2bb8e0855af) -- Change image to webp for performance [`28c74f2`](https://github.com/oskarrough/slaytheweb/commit/28c74f2a535188c5c767650fde553a772ecccc08) #### [v0.20.0](https://github.com/oskarrough/slaytheweb/compare/v0.19.1...v0.20.0) diff --git a/package.json b/package.json index 2cb82b75..d1e0c502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slaytheweb", - "version": "0.20.1", + "version": "0.20.2", "license": "AGPL-3.0-or-later", "homepage": "https://slaytheweb.cards", "repository": "https://github.com/oskarrough/slaytheweb",