diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5fc86c..e6c0483 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0-alpha.1" + ".": "7.1.0-alpha.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ea617..d62378b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [7.1.0-alpha.1](https://github.com/MapColonies/raster-shared/compare/v7.0.0-alpha.1...v7.1.0-alpha.1) (2025-11-05) + + +### Features + +* add task parameters for validation task ([#137](https://github.com/MapColonies/raster-shared/issues/137)) ([3cf02be](https://github.com/MapColonies/raster-shared/commit/3cf02be9ec0fe001407d3283f7290c6172e48d25)) +* update partSchema to remove UUID validation and add report types ([#136](https://github.com/MapColonies/raster-shared/issues/136)) ([9ed04b8](https://github.com/MapColonies/raster-shared/commit/9ed04b86f61af870bb68724e2d0a2b485e103dfa)) + ## [7.0.0-alpha.1](https://github.com/MapColonies/raster-shared/compare/v6.0.0...v7.0.0-alpha.1) (2025-11-02) diff --git a/package-lock.json b/package-lock.json index 45be259..e1536d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@map-colonies/raster-shared", - "version": "7.0.0-alpha.1", + "version": "7.1.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@map-colonies/raster-shared", - "version": "7.0.0-alpha.1", + "version": "7.1.0-alpha.1", "license": "ISC", "dependencies": { "@map-colonies/mc-priority-queue": "^8.2.1", diff --git a/package.json b/package.json index 4ab3006..d685c29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/raster-shared", - "version": "7.0.0-alpha.1", + "version": "7.1.0-alpha.1", "description": "This is template for map colonies typescript packages", "main": "./dist/index.js", "exports": {