From 79212172d735a7ee522c168224fa338e23590513 Mon Sep 17 00:00:00 2001 From: SeSo Date: Thu, 8 Aug 2024 13:46:55 -0700 Subject: [PATCH] chore: release v1.17.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- schema/sqitch.plan | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57c8c4aa..272205c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.17.2](https://github.com/bcgov/cas-cif/compare/1.17.1...1.17.2) (2024-08-08) + +### Bug Fixes + +- don't show archived attachments on the project attachment list ([5f14e11](https://github.com/bcgov/cas-cif/commit/5f14e112838d1d88127ba8dafa597cee37dd8c3d)) + ## [1.17.1](https://github.com/bcgov/cas-cif/compare/1.17.0...1.17.1) (2024-06-03) ### Bug Fixes diff --git a/package.json b/package.json index 77df333d3..80adf1647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.17.1", + "version": "1.17.2", "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 07da6e373..cf0c43bf9 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -377,3 +377,4 @@ mutations/commit_form_change [mutations/commit_form_change@1.15.0] 2023-11-22T19 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 +@1.17.2 2024-08-08T20:46:52Z Sepehr Sobhani # release v1.17.2