From c0357edc028bdf69ab263e5cbadb8879f9e07032 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:42:20 +0300 Subject: [PATCH] chore(master): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) 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 26d77fd..a52ca0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/vector-standard/compare/v1.0.0...v1.0.1) (2026-07-28) + + +### Bug Fixes + +* fix workflow not running ([8938b53](https://github.com/MapColonies/vector-standard/commit/8938b5368a330f3dd6fefa351dfd81f2f6b7ba05)) +* fix workflow not running (MAPCO-10396) ([ccb46ff](https://github.com/MapColonies/vector-standard/commit/ccb46ff8820857fa5194e8ab9ca6bf6d9f4a0c43)) + ## 1.0.0 (2026-07-28) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 206453b..9a9a4cb 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.0 -appVersion: 1.0.0 +version: 1.0.1 +appVersion: 1.0.1 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 24fa2e4..ca28699 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.0 + version: 1.0.1 license: name: Proprietary url: https://example.com/licenses/proprietary diff --git a/package-lock.json b/package-lock.json index fa5f557..76e9696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vector-standard", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vector-standard", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index cf5a214..b5d2e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vector-standard", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "build": "npx lerna run build", "prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"