diff --git a/CHANGELOG.md b/CHANGELOG.md index 9794db6..f6a2b65 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. +## [19.2.1](https://github.com/MapColonies/mc-models/compare/v19.2.0...v19.2.1) (2026-07-07) + + +### Bug Fixes + +* keywords as ingestion field for all entities ([#290](https://github.com/MapColonies/mc-models/issues/290)) ([dc5f66f](https://github.com/MapColonies/mc-models/commit/dc5f66f7d885855f505e72cb665bf56c2c977804)) + ## [19.2.0](https://github.com/MapColonies/mc-models/compare/v19.1.3...v19.2.0) (2026-07-01) diff --git a/package-lock.json b/package-lock.json index 99ebf16..9cbf69d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@map-colonies/mc-model-types", - "version": "19.2.0", + "version": "19.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@map-colonies/mc-model-types", - "version": "19.2.0", + "version": "19.2.1", "license": "ISC", "dependencies": { "@map-colonies/raster-shared": "^1.10.0", diff --git a/package.json b/package.json index 17238a4..b8353a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/mc-model-types", - "version": "19.2.0", + "version": "19.2.1", "description": "json schemas for validations and generated ts models", "author": "MapColonies", "license": "ISC",