From 4148f9c234877a3ffccb5dae4b2816d391f10512 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:44:55 +0300 Subject: [PATCH] chore(master): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ helm/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b6295e..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.2"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2dc7d..d00a059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/MapColonies/sync-layer-server/compare/v1.1.2...v1.2.0) (2026-06-11) + + +### Features + +* mapco-10524 & MAPCO-10792 ([#40](https://github.com/MapColonies/sync-layer-server/issues/40)) ([1e5bf36](https://github.com/MapColonies/sync-layer-server/commit/1e5bf3616c673c6e87fcb8e58fe622e3952b6212)) + + +### Bug Fixes + +* fix delete bug (MAPCO-10792) ([#41](https://github.com/MapColonies/sync-layer-server/issues/41)) ([f79bf27](https://github.com/MapColonies/sync-layer-server/commit/f79bf27e5adac4367d5bc9fc9348a06b0224f1ae)) + ## [1.1.2](https://github.com/MapColonies/sync-layer-server/compare/v1.1.1...v1.1.2) (2026-05-31) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0d40242..1d80c7e 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.1.2 -appVersion: 1.1.2 +version: 1.2.0 +appVersion: 1.2.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/package-lock.json b/package-lock.json index cb4e092..b2cc147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sync-layer-server", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sync-layer-server", - "version": "1.1.2", + "version": "1.2.0", "license": "ISC", "dependencies": { "@godaddy/terminus": "^4.12.1", diff --git a/package.json b/package.json index 81f34bc..d36ced2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sync-layer-server", - "version": "1.1.2", + "version": "1.2.0", "description": "Service that continuously synchronizes geospatial layer data from a third-party GraphQL API into a remote PostgreSQL database", "main": "./src/index.ts", "scripts": {