From d2e7f73eda12387d7e4ed9b57755d0961449e33e Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:27:13 +0200 Subject: [PATCH] chore(master): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85dc445..bf3f6b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "2.2.1"} +{".":"3.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca808f..a55b59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [3.0.0](https://github.com/MapColonies/metatile-queue-populator/compare/v2.2.1...v3.0.0) (2026-02-03) + + +### ⚠ BREAKING CHANGES + +* update to boilerplate MAPCO-6313 ([#19](https://github.com/MapColonies/metatile-queue-populator/issues/19)) + +### Code Refactoring + +* update to boilerplate MAPCO-6313 ([#19](https://github.com/MapColonies/metatile-queue-populator/issues/19)) ([7213b53](https://github.com/MapColonies/metatile-queue-populator/commit/7213b53c1615ff815c24d96504a3677418bdcc4f)) + ### [2.2.1](https://github.com/MapColonies/metatile-queue-populator/compare/v2.2.0...v2.2.1) (2024-10-21) ## [2.2.0](https://github.com/MapColonies/metatile-queue-populator/compare/v2.1.1...v2.2.0) (2024-08-13) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6b0b157..f4d3150 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: metatile-queue-populator description: A Helm chart for metatile-queue-populator service type: application -version: 2.2.1 -appVersion: 2.2.1 +version: 3.0.0 +appVersion: 3.0.0 diff --git a/openapi3.yaml b/openapi3.yaml index c913469..0e55025 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: metatile-queue-populator description: Service for adding metatiles to a queue based on variety of inputs - version: 2.2.1 + version: 3.0.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 20739a7..e8d3bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metatile-queue-populator", - "version": "2.2.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "metatile-queue-populator", - "version": "2.2.1", + "version": "3.0.0", "license": "ISC", "dependencies": { "@godaddy/terminus": "^4.12.1", diff --git a/package.json b/package.json index 65fa72c..ea9e791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metatile-queue-populator", - "version": "2.2.1", + "version": "3.0.0", "description": "Service for adding metatiles to a queue based on variety of inputs", "main": "./src/index.ts", "scripts": {