From 8ceec23ede2e706441338e7aaf077baed37a79cf Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Wed, 22 Nov 2023 09:01:39 -0800 Subject: [PATCH] chore: release v1.16.1 --- 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 b0102f0df1..9ad9b4f101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.16.1](https://github.com/bcgov/cas-cif/compare/1.16.0...1.16.1) (2023-11-22) + # [1.16.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.16.0) (2023-10-24) ### Bug Fixes diff --git a/package.json b/package.json index ef663195e7..816b643c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.16.0", + "version": "1.16.1", "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 0ddf7038cf..8fa1ba2531 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -364,3 +364,4 @@ computed_columns/form_change_actual_performance_milestone_amount [computed_colum functions/handle_milestone_form_change_commit [functions/handle_milestone_form_change_commit@1.14.0] 2023-09-29T20:17:51Z Sepehr Sobhani # Update commit handler to fix the issue with archiving milestones @1.15.0 2023-10-03T21:35:32Z Sepehr Sobhani # release v1.15.0 @1.16.0 2023-10-24T17:15:40Z Dylan Leard # release v1.16.0 +@1.16.1 2023-11-22T17:01:35Z Dylan Leard # release v1.16.1