diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7dca81b..8d6e472 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.1"} +{".":"1.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a52ca0e..85a1ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/MapColonies/vector-standard/compare/v1.0.1...v1.1.0) (2026-08-02) + + +### Features + +* add column checkup first ([585fe74](https://github.com/MapColonies/vector-standard/commit/585fe74a282705f61450acb380830231f71beeb2)) +* add column checkup first (MAPCO-11260) ([3ff615d](https://github.com/MapColonies/vector-standard/commit/3ff615df1d9f3c63a1e2801a6c0f8ac526cc0b2b)) + ## [1.0.1](https://github.com/MapColonies/vector-standard/compare/v1.0.0...v1.0.1) (2026-07-28) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 9a9a4cb..352065c 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: vector-standard description: Umbrella Helm chart for Vector Standard services (API and Synchronizer) type: application -version: 1.0.1 -appVersion: 1.0.1 +version: 1.1.0 +appVersion: 1.1.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index ca28699..916753e 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -4,7 +4,7 @@ info: description: > API for retrieving geographic layer specifications. Layers expose a set of properties; `enum`-typed properties also carry their list of allowed values. - version: 1.0.1 + version: 1.1.0 license: name: Proprietary url: https://example.com/licenses/proprietary diff --git a/package-lock.json b/package-lock.json index 76e9696..2d21f58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vector-standard", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vector-standard", - "version": "1.0.1", + "version": "1.1.0", "license": "ISC", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index b5d2e7d..80771d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vector-standard", - "version": "1.0.1", + "version": "1.1.0", "scripts": { "build": "npx lerna run build", "prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"