From 5eaecf453634ac429147b93d05f10667456b2dce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:48:38 +0000 Subject: [PATCH] chore(release): v0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 +++++++++++++++++++++++++- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d991e12..a329c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.4.0](https://github.com/OutlastTrialsStats/maps/compare/v0.3.0...v0.4.0) (2026-08-05) + + +### Features + +* **editor:** accept external links as room screenshots ([#31](https://github.com/OutlastTrialsStats/maps/issues/31)) ([7cbc306](https://github.com/OutlastTrialsStats/maps/commit/7cbc306e9d104071a76653753864ff483e0b1d31)) +* **editor:** add room merging functionality with Ctrl+M shortcut ([#30](https://github.com/OutlastTrialsStats/maps/issues/30)) ([dc22fb2](https://github.com/OutlastTrialsStats/maps/commit/dc22fb2a3933f643234bcc900bf7a11bec299079)) +* **editor:** add support for shape drawing ([#29](https://github.com/OutlastTrialsStats/maps/issues/29)) ([0513856](https://github.com/OutlastTrialsStats/maps/commit/05138564e5649437bc98e50ffe4be7af9c71a2ae)) +* ensure app mounts after router readiness ([#28](https://github.com/OutlastTrialsStats/maps/issues/28)) ([ecdec09](https://github.com/OutlastTrialsStats/maps/commit/ecdec090b52e57b66594d5d94267b075fb721006)) + + +### Bug Fixes + +* **editor:** keep element rows stable on hover ([#32](https://github.com/OutlastTrialsStats/maps/issues/32)) ([6ec195b](https://github.com/OutlastTrialsStats/maps/commit/6ec195b5cc7af5887d7c918d78604642a3e780b9)) + + +### Continuous Integration + +* bump marocchino/sticky-pull-request-comment from 2 to 3 ([#35](https://github.com/OutlastTrialsStats/maps/issues/35)) ([4ec4657](https://github.com/OutlastTrialsStats/maps/commit/4ec46576f0f622d4b761e170aa65535865deb699)) +* switch releases to release-please ([#33](https://github.com/OutlastTrialsStats/maps/issues/33)) ([4230f10](https://github.com/OutlastTrialsStats/maps/commit/4230f10a7eaf3da695546d8d558997f797f0ee56)) +* update GitHub Actions dependencies to latest versions ([35342dc](https://github.com/OutlastTrialsStats/maps/commit/35342dc0bdc7b6cf0bbabb4d5dc02d7eff82fa45)) +* update GitHub Actions dependencies to latest versions ([4e7f24e](https://github.com/OutlastTrialsStats/maps/commit/4e7f24eac72d755661a765df13689f14911cf900)) +* update release config ([#36](https://github.com/OutlastTrialsStats/maps/issues/36)) ([13ebfde](https://github.com/OutlastTrialsStats/maps/commit/13ebfde7630f210bda94aa8ca0790166543b51fa)) + ## [0.3.0] - 2026-08-04 - chore: Cleanup Code (3044db2) @@ -52,4 +76,4 @@ - ci: bump actions/setup-node from 4 to 7 (289725c) - chore(deps-dev): bump eslint from 10.7.0 to 10.8.0 (b462aa7) - ci: bump actions/checkout from 4 to 7 (51079a4) -- feature: init project (f46c95b) \ No newline at end of file +- feature: init project (f46c95b) diff --git a/package.json b/package.json index 02ced33..1b838ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "outlasttrials-maps", "private": true, - "version": "0.3.0", + "version": "0.4.0", "type": "module", "packageManager": "pnpm@11.17.0", "scripts": {