diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae035bc..17229a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.22.0"} +{".":"1.23.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ae983..47cbcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.23.0](https://github.com/MapColonies/schemas/compare/v1.22.0...v1.23.0) (2026-06-24) + + +### Features + +* mqp v2 schema (MAPCO-10897) ([#163](https://github.com/MapColonies/schemas/issues/163)) ([db33c21](https://github.com/MapColonies/schemas/commit/db33c21a3b774dcbef9fa7793f75aa1b22424cb1)) + + +### Bug Fixes + +* db optional ca ([#167](https://github.com/MapColonies/schemas/issues/167)) ([5e887f1](https://github.com/MapColonies/schemas/commit/5e887f19c48d290de612f1b72b09666294c3e7ca)) + ## [1.22.0](https://github.com/MapColonies/schemas/compare/v1.21.0...v1.22.0) (2026-06-21) diff --git a/package-lock.json b/package-lock.json index 0f29c0d..e6a9e88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@map-colonies/schemas", - "version": "1.22.0", + "version": "1.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@map-colonies/schemas", - "version": "1.22.0", + "version": "1.23.0", "license": "MIT", "devDependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 98dc9c7..5fc4352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/schemas", - "version": "1.22.0", + "version": "1.23.0", "description": "Package for all of MapColonies config schemas", "main": "./build/schemas/index.js", "repository": {