From 1edfcaa32b84d694b993414788a73ce29c5a2b01 Mon Sep 17 00:00:00 2001 From: cloud-gov-pages-operations Date: Tue, 5 Dec 2023 16:56:22 -0500 Subject: [PATCH] chore: release 0.4.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f59865f..35d0b2ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.4.2 (2023-12-05) + +### Fixed + +- Add global Sequelize hook to make count behavior consistent with find. + +### Maintenance + +- Fix syntax error and remove outdated setup step from developer documentation + ## 0.4.1 (2023-11-30) ### Fixed diff --git a/package.json b/package.json index be478d9d0..55dc7ba61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pages-core", "private": true, - "version": "0.4.1", + "version": "0.4.2", "description": "", "keywords": [], "dependencies": {