diff --git a/CHANGELOG.md b/CHANGELOG.md index 8930ba6..fc62776 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. +## [15.2.0](https://github.com/MapColonies/mc-models/compare/mc-model-types@15.1.1...mc-model-types@15.2.0) (2024-01-08) + + +### Features + +* raster validations ([#181](https://github.com/MapColonies/mc-models/issues/181)) ([668423c](https://github.com/MapColonies/mc-models/commit/668423c4159c4fc6123b0814ef920632d06069d7)) + ### [15.1.1](https://github.com/MapColonies/mc-models/compare/mc-model-types@15.1.0...mc-model-types@15.1.1) (2023-12-05) ## [15.1.0](https://github.com/MapColonies/mc-models/compare/mc-model-types@15.0.6...mc-model-types@15.1.0) (2023-11-12) diff --git a/package-lock.json b/package-lock.json index ffc73b4..4e809e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@map-colonies/mc-model-types", - "version": "15.1.1", + "version": "15.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@map-colonies/mc-model-types", - "version": "15.1.1", + "version": "15.2.0", "license": "MIT", "dependencies": { "@types/geojson": "^7946.0.7", diff --git a/package.json b/package.json index 8dae6f8..36e37a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/mc-model-types", - "version": "15.1.1", + "version": "15.2.0", "description": "json schemas for validations and generated ts models", "author": "", "license": "MIT",