Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#36)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.5.0](v1.4.0...v1.5.0)
(2023-09-14)


### Features

* Enable querying of `StandardCurve`
([b2b416d](b2b416d))


### Bug Fixes

* improve performance by removing top clauses
([2c13599](2c13599))

---
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>
  • Loading branch information
github-actions[bot] authored Sep 14, 2023
1 parent 2c13599 commit cd07f9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.0](https://github.com/PHACDataHub/wastewater-graphql/compare/v1.4.0...v1.5.0) (2023-09-14)


### Features

* Enable querying of `StandardCurve` ([b2b416d](https://github.com/PHACDataHub/wastewater-graphql/commit/b2b416dcfe5355355fb831404165c8abed69c29c))


### Bug Fixes

* improve performance by removing top clauses ([2c13599](https://github.com/PHACDataHub/wastewater-graphql/commit/2c135996b83b3cfa383281013651e77714bbb61f))

## [1.4.0](https://github.com/PHACDataHub/wastewater-graphql/compare/v1.3.0...v1.4.0) (2023-08-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wastewater-graphql",
"version": "1.4.0",
"version": "1.5.0",
"description": "",
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit cd07f9c

Please sign in to comment.