From b2a7b8c424d8065a70bff2480ae4ffd1e749175c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:10:13 -0400 Subject: [PATCH] chore(main): release 1.2.0 (#29) :robot: I have created a release *beep* *boop* --- ## [1.2.0](https://github.com/PHACDataHub/wastewater-graphql/compare/v1.1.2...v1.2.0) (2023-07-12) ### Features * add `siteID` to `allSites` and `allSitesAdj` ([#28](https://github.com/PHACDataHub/wastewater-graphql/issues/28)) ([fcab2cc](https://github.com/PHACDataHub/wastewater-graphql/commit/fcab2cc8361adda60dcc2b1c5d7a2e22860739d0)) --- 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 | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcaa0b..6a5e317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/PHACDataHub/wastewater-graphql/compare/v1.1.2...v1.2.0) (2023-07-12) + + +### Features + +* add `siteID` to `allSites` and `allSitesAdj` ([#28](https://github.com/PHACDataHub/wastewater-graphql/issues/28)) ([fcab2cc](https://github.com/PHACDataHub/wastewater-graphql/commit/fcab2cc8361adda60dcc2b1c5d7a2e22860739d0)) + ## [1.1.2](https://github.com/PHACDataHub/wastewater-graphql/compare/v1.1.1...v1.1.2) (2023-05-03) diff --git a/package-lock.json b/package-lock.json index fc206b6..e442b25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wastewater-graphql", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wastewater-graphql", - "version": "1.1.2", + "version": "1.2.0", "dependencies": { "@tediousjs/connection-string": "^0.4.1", "apollo-server-azure-functions": "^3.10.2", diff --git a/package.json b/package.json index a47c22c..b8d7830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wastewater-graphql", - "version": "1.1.2", + "version": "1.2.0", "description": "", "scripts": { "lint": "eslint .",