diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c2317b..ea0995c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [v0.20.1](https://github.com/oskarrough/slaytheweb/compare/v0.20.0...v0.20.1) + +- Fix sentry init [`#231`](https://github.com/oskarrough/slaytheweb/pull/231) +- Adjust UI scaling [`49ceaa6`](https://github.com/oskarrough/slaytheweb/commit/49ceaa6bb4464a9302176bc77c401bc352ade865) +- 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) +> 22 January 2024 + - New internal structure for pages [`#229`](https://github.com/oskarrough/slaytheweb/pull/229) - Tutorial [`#227`](https://github.com/oskarrough/slaytheweb/pull/227) - Refactoring and remove sentry again [`#226`](https://github.com/oskarrough/slaytheweb/pull/226) diff --git a/package.json b/package.json index 78fe2b0b..2cb82b75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slaytheweb", - "version": "0.20.0", + "version": "0.20.1", "license": "AGPL-3.0-or-later", "homepage": "https://slaytheweb.cards", "repository": "https://github.com/oskarrough/slaytheweb",