Skip to content

Commit

Permalink
Prepare for 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed Oct 26, 2024
1 parent 89c7ee0 commit 26aa0b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.1

Fixed [#9](https://github.com/wildmountainfarms/wild-graphql-datasource/issues/9)
which was a bug where arrays used inside the variables section would incorrectly get turned into an object before being passed to the backend.
Additionally, there are many internal dependency upgrades to fix a security vulnerability that prevented 1.3.0 from officially being released.

## 1.3.0

Merged [#8](https://github.com/wildmountainfarms/wild-graphql-datasource/pull/8)
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": "wild-graphql-datasource",
"version": "1.3.0",
"version": "1.3.1",
"description": "Grafana data source to interpret GraphQL query results as timeseries data",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 26aa0b5

Please sign in to comment.