diff --git a/CHANGELOG.md b/CHANGELOG.md index 232f46e..13882fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.1 + +Updated LICENSE link in README. + ## 1.2.0 Merged [#5](https://github.com/wildmountainfarms/wild-graphql-datasource/pull/5) diff --git a/package-lock.json b/package-lock.json index 44d655b..89b8997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wild-graphql-datasource", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wild-graphql-datasource", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@emotion/css": "11.10.6", diff --git a/package.json b/package.json index 498ff6a..462720c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wild-graphql-datasource", - "version": "1.2.0", + "version": "1.2.1", "description": "Grafana data source to interpret GraphQL query results as timeseries data", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/plugin.json b/src/plugin.json index 0b2fda5..266f195 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -24,7 +24,7 @@ }, "links": [ { "name": "Source Code", "url": "https://github.com/wildmountainfarms/wild-graphql-datasource" }, - { "name": "License", "url": "https://github.com/wildmountainfarms/wild-graphql-datasource/-/main/LICENSE" } + { "name": "License", "url": "https://github.com/wildmountainfarms/wild-graphql-datasource/blob/-/LICENSE" } ], "screenshots": [ {