From 154fed5022e3cdea66633efd9758618b8333dfcf Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Thu, 16 Jan 2025 09:26:54 -0800 Subject: [PATCH] chore: release v1.18.3 --- 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 ba876e1c2..f6b930bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.18.3](https://github.com/bcgov/cas-cif/compare/1.18.2...1.18.3) (2025-01-16) + ## [1.18.2](https://github.com/bcgov/cas-cif/compare/1.18.1...1.18.2) (2025-01-10) ## [1.18.1](https://github.com/bcgov/cas-cif/compare/1.18.0...1.18.1) (2024-12-17) diff --git a/package.json b/package.json index 276bfc29d..a6fbce34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.18.2", + "version": "1.18.3", "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 8b411f2b8..64e097d96 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -384,3 +384,4 @@ tables/form_002 [tables/form_001] 2024-12-13T19:25:15Z Pierre Bastianelli # release v1.18.0 @1.18.1 2024-12-17T22:43:51Z Pierre Bastianelli # release v1.18.1 @1.18.2 2025-01-10T21:47:31Z Dylan Leard # release v1.18.2 +@1.18.3 2025-01-16T17:26:49Z Dylan Leard # release v1.18.3