diff --git a/CHANGELOG.md b/CHANGELOG.md index faa1ee8..0ed0e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [17.13.2](https://github.com/MapColonies/mc-models/compare/v17.13.1...v17.13.2) (2024-12-03) + + +### Bug Fixes + +* schema should switch min and max in aggregation ([#243](https://github.com/MapColonies/mc-models/issues/243)) ([753ad9a](https://github.com/MapColonies/mc-models/commit/753ad9a455fa6be9d8ff176153ea24631875a491)) + ### [17.13.1](https://github.com/MapColonies/mc-models/compare/v17.13.0...v17.13.1) (2024-12-03) diff --git a/package-lock.json b/package-lock.json index b1849c7..30c5a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@map-colonies/mc-model-types", - "version": "17.13.1", + "version": "17.13.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@map-colonies/mc-model-types", - "version": "17.13.1", + "version": "17.13.2", "license": "MIT", "dependencies": { "@types/geojson": "^7946.0.7", diff --git a/package.json b/package.json index 7718e09..057c89d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/mc-model-types", - "version": "17.13.1", + "version": "17.13.2", "description": "json schemas for validations and generated ts models", "author": "", "license": "MIT",