diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a7a0434..63f91249 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.24.0"} +{".":"1.25.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aba8c86..668ec2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.25.0](https://github.com/MapColonies/schemas/compare/v1.24.0...v1.25.0) (2026-07-27) + + +### Features + +* add vector standard schema ([#149](https://github.com/MapColonies/schemas/issues/149)) ([2860bc4](https://github.com/MapColonies/schemas/commit/2860bc46739610e8c09c2a17fb5625b061d0097f)) + ## [1.24.0](https://github.com/MapColonies/schemas/compare/v1.23.0...v1.24.0) (2026-07-02) diff --git a/package-lock.json b/package-lock.json index 0a0729e8..ef932e6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@map-colonies/schemas", - "version": "1.24.0", + "version": "1.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@map-colonies/schemas", - "version": "1.24.0", + "version": "1.25.0", "license": "MIT", "devDependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 97d2ed7d..e4672388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/schemas", - "version": "1.24.0", + "version": "1.25.0", "description": "Package for all of MapColonies config schemas", "main": "./build/schemas/index.js", "repository": {