From 689e94db57c292a5d1bd597af993482826ccbcc7 Mon Sep 17 00:00:00 2001 From: Pierre Bastianelli Date: Mon, 3 Jun 2024 16:17:44 -0700 Subject: [PATCH] chore: release v1.17.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- schema/sqitch.plan | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e3be82d8..d57c8c4aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.17.1](https://github.com/bcgov/cas-cif/compare/1.17.0...1.17.1) (2024-06-03) + +### Bug Fixes + +- updating sentry packages ([dab7419](https://github.com/bcgov/cas-cif/commit/dab7419816164ca1c5f0f2c9d266ae4833b2bba7)) + # [1.17.0](https://github.com/bcgov/cas-cif/compare/1.16.5...1.17.0) (2024-05-24) ### Features diff --git a/package.json b/package.json index 46225e6db6..77df333d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.17.0", + "version": "1.17.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 bef95abbc9..07da6e3731 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -375,4 +375,5 @@ mutations/commit_form_change [mutations/commit_form_change@1.15.0] 2023-11-22T19 @1.16.5 2024-05-22T23:00:27Z Mike Vesprini # release v1.16.5 @1.17.0 2024-05-24T21:29:42Z Mike Vesprini # release v1.17.0 -tables/funding_stream_rfp_002 2024-05-28T22:41:57Z Brianna Cerkiewicz # Add 2024 funding streams values to funding_stream_rfp table +tables/funding_stream_rfp_002 2024-05-28T22:41:57Z Brianna Cerkiewicz # Add 2024 funding streams values to funding_stream_rfp table +@1.17.1 2024-06-03T23:17:40Z Pierre Bastianelli # release v1.17.1