From 18e7a0c82f96b1303beaca6991fa95c7ff59afa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:53:26 -0400 Subject: [PATCH] chore(main): release 2.4.0 (#59) :robot: I have created a release *beep* *boop* --- ## [2.4.0](https://github.com/PHACDataHub/wastewater-graphql/compare/v2.3.0...v2.4.0) (2024-08-22) ### Features * `whereNotIn` filtering, mpox intake ([#60](https://github.com/PHACDataHub/wastewater-graphql/issues/60)) ([a80b8ba](https://github.com/PHACDataHub/wastewater-graphql/commit/a80b8ba269ca3480eacdd2f5fbe40b67b1964d72)) * add PHO access filters ([#58](https://github.com/PHACDataHub/wastewater-graphql/issues/58)) ([f71fcf0](https://github.com/PHACDataHub/wastewater-graphql/commit/f71fcf0c2be2ba13704801bdabd2dc2744c7eb2b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 064f7f8..f1b017d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.0](https://github.com/PHACDataHub/wastewater-graphql/compare/v2.3.0...v2.4.0) (2024-08-22) + + +### Features + +* `whereNotIn` filtering, mpox intake ([#60](https://github.com/PHACDataHub/wastewater-graphql/issues/60)) ([a80b8ba](https://github.com/PHACDataHub/wastewater-graphql/commit/a80b8ba269ca3480eacdd2f5fbe40b67b1964d72)) +* add PHO access filters ([#58](https://github.com/PHACDataHub/wastewater-graphql/issues/58)) ([f71fcf0](https://github.com/PHACDataHub/wastewater-graphql/commit/f71fcf0c2be2ba13704801bdabd2dc2744c7eb2b)) + ## [2.3.0](https://github.com/PHACDataHub/wastewater-graphql/compare/v2.2.1...v2.3.0) (2024-08-13) diff --git a/package-lock.json b/package-lock.json index 5748ff7..c1e9e7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wastewater-graphql", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wastewater-graphql", - "version": "2.3.0", + "version": "2.4.0", "dependencies": { "@apollo/server": "^4.9.3", "@as-integrations/azure-functions": "^0.1.3", diff --git a/package.json b/package.json index 12a45ea..f751b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wastewater-graphql", - "version": "2.3.0", + "version": "2.4.0", "description": "", "scripts": { "lint": "eslint .",