diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..7dca81b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 087a775..bdfb589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/sync-layer-server/compare/v1.0.0...v1.0.1) (2026-05-20) + + +### Bug Fixes + +* fix workflow domain (MAPCO-10525) ([#32](https://github.com/MapColonies/sync-layer-server/issues/32)) ([737227c](https://github.com/MapColonies/sync-layer-server/commit/737227c91b0f09e6f35fc9e2756fa1cf6fabf805)) + ## 1.0.0 (2026-05-20) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bac563b..51bf789 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -4,8 +4,8 @@ description: >- Helm chart for the sync-layer-server service, which synchronizes geospatial layers from the third-party API into PostgreSQL type: application -version: 1.0.0 -appVersion: 1.0.0 +version: 1.0.1 +appVersion: 1.0.1 dependencies: - name: mclabels version: 1.0.1 diff --git a/package-lock.json b/package-lock.json index 4b08392..0b1fe4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sync-layer-server", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sync-layer-server", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@godaddy/terminus": "^4.12.1", diff --git a/package.json b/package.json index 2214090..4f2acca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sync-layer-server", - "version": "1.0.0", + "version": "1.0.1", "description": "Service that continuously synchronizes geospatial layer data from a third-party GraphQL API into a remote PostgreSQL database", "main": "./src/index.ts", "scripts": {