From 834eb01d5dcb59e66c9ebc5a9bc0a924907d1b45 Mon Sep 17 00:00:00 2001 From: Mike Vesprini Date: Wed, 15 May 2024 10:36:46 -0700 Subject: [PATCH 1/2] chore: release v1.16.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- schema/sqitch.plan | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ab92aa6f..7f594320f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.16.4](https://github.com/bcgov/cas-cif/compare/list...1.16.4) (2024-05-15) + ## [1.16.3](https://github.com/bcgov/cas-cif/compare/1.16.2...1.16.3) (2024-04-17) - rebase pending revisions when committing a project revision ([983ad50](https://github.com/bcgov/cas-cif/commit/983ad506cf45862a717425152ca8ca8a054fc9bb)) diff --git a/package.json b/package.json index b743561165..f0f676ba22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.16.3", + "version": "1.16.4", "main": "index.js", "repository": "https://github.com/bcgov/cas-cif.git", "author": "ggircs@gov.bc.ca", diff --git a/schema/sqitch.plan b/schema/sqitch.plan index edd0e8c210..a0080eb8dc 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -371,3 +371,4 @@ mutations/commit_form_change_internal [mutations/commit_form_change_internal@1.1 mutations/commit_project_revision [mutations/commit_project_revision@1.15.0] 2023-10-31T00:07:01Z Mike Vesprini # Update function to pass new parameters to commit_form_change_internal mutations/commit_form_change [mutations/commit_form_change@1.15.0] 2023-11-22T19:00:00Z Mike Vesprini # Add pending project revision id to args of commit_form_change_internal call @1.16.3 2024-04-17T20:38:30Z Mike Vesprini # release v1.16.3 +@1.16.4 2024-05-15T17:36:42Z Mike Vesprini # release v1.16.4 From 98def3b53ed08130197e0229527b17003a9a04f8 Mon Sep 17 00:00:00 2001 From: Mike Vesprini Date: Wed, 15 May 2024 10:39:44 -0700 Subject: [PATCH 2/2] chore: add a line to the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f594320f1..be0abff880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [1.16.4](https://github.com/bcgov/cas-cif/compare/list...1.16.4) (2024-05-15) +- add a separate route template specifically for prod ([01012d9](https://github.com/bcgov/cas-cif/commit/01012d9ba4eff19b80445da617b05dea96ce5029)) + ## [1.16.3](https://github.com/bcgov/cas-cif/compare/1.16.2...1.16.3) (2024-04-17) - rebase pending revisions when committing a project revision ([983ad50](https://github.com/bcgov/cas-cif/commit/983ad506cf45862a717425152ca8ca8a054fc9bb))