diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472..d856f21 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acd1b5..b280990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/MapColonies/maps-playground/compare/v1.1.0...v1.1.1) (2026-07-20) + + +### Bug Fixes + +* **helm:** rename chart to maps-playground ([f3a6f9b](https://github.com/MapColonies/maps-playground/commit/f3a6f9bf731c800d56d9dd3b7a8adea794b223b1)) +* **helm:** rename chart to maps-playground ([#16](https://github.com/MapColonies/maps-playground/issues/16)) ([1efb356](https://github.com/MapColonies/maps-playground/commit/1efb356302234f7aee8218b8c18101aaeb3d30fc)) + ## [1.1.0](https://github.com/MapColonies/maps-playground/compare/v1.0.0...v1.1.0) (2026-07-19) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 989a88e..42bf758 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: maps-playground description: A Helm chart for developer-portal type: application -version: 1.1.0 -appVersion: 1.1.0 +version: 1.1.1 +appVersion: 1.1.1 diff --git a/package-lock.json b/package-lock.json index 91ddbb4..bda263c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maps-playground", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maps-playground", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@aws-sdk/client-s3": "^3.335.0", "@popperjs/core": "^2.11.7", diff --git a/package.json b/package.json index a7b916a..4c1173b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps-playground", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "dev": "vite dev",