diff --git a/CHANGELOG.md b/CHANGELOG.md index 9baecb2c80..d7bf037cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.222.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.221.4...v1.222.0) (2025-01-10) + +### Features + +- add sprint done to columns checked for merge conflict ([d58cebf](https://github.com/bcgov/CONN-CCBC-portal/commit/d58cebf9e6ccaf00266c292c9ad7ddd0f88fcc82)) + ## [1.221.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.221.3...v1.221.4) (2025-01-06) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 1cc3afb15b..306faea892 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -778,3 +778,4 @@ types/assessment_form_result 2024-12-20T14:51:59Z ,,, # add mutations/create_assessment_form [mutations/create_assessment_form@1.217.0] 2024-12-20T15:09:15Z ,,, # update create_assessment_form mutation @1.221.3 2025-01-06T21:34:27Z CCBC Service Account # release v1.221.3 @1.221.4 2025-01-06T22:46:18Z CCBC Service Account # release v1.221.4 +@1.222.0 2025-01-10T16:34:19Z CCBC Service Account # release v1.222.0 diff --git a/package.json b/package.json index 64c15a6483..5ecc334ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.221.4", + "version": "1.222.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",