diff --git a/.changeset/cyan-lions-divide.md b/.changeset/cyan-lions-divide.md deleted file mode 100644 index 834dc02..0000000 --- a/.changeset/cyan-lions-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wpgraphql-ide": patch ---- - -automate github release upload diff --git a/CHANGELOG.md b/CHANGELOG.md index 530e427..9cd40d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.4 + +### Patch Changes + +- f0aaec1: automate github release upload + ## 1.1.3 ### Patch Changes diff --git a/package.json b/package.json index c1cdeca..3024c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wpgraphql-ide", - "version": "1.1.3", + "version": "1.1.4", "private": true, "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 7930427..207f636 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: jasonbahl, joefusco Tags: headless, decoupled, graphql, devtools Requires at least: 5.7 Tested up to: 6.5 -Stable tag: 1.1.3 +Stable tag: 1.1.4 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -22,22 +22,22 @@ GraphQL IDE for WPGraphQL == Changelog == -= 1.1.3 = += 1.1.4 = ### Patch Changes -- 1f3d5b4: Fix automation of release artifact +- f0aaec1: automate github release upload = 1.1.3 = ### Patch Changes -- 3f6969a: Fix automation of release artifact +- 1f3d5b4: Fix automation of release artifact -= 1.1.2 = += 1.1.3 = ### Patch Changes -- 4660517: Fix automation of release artifact +- 3f6969a: Fix automation of release artifact [View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md) \ No newline at end of file diff --git a/wpgraphql-ide.php b/wpgraphql-ide.php index 2b68570..906eee3 100644 --- a/wpgraphql-ide.php +++ b/wpgraphql-ide.php @@ -7,7 +7,7 @@ * GitHub Plugin URI: https://github.com/josephfusco/wpgraphql-ide * License: GPLv3 or later * Text Domain: wpgraphql-ide - * Version: 1.1.3 + * Version: 1.1.4 * Requires PHP: 7.4 * Tested up to: 6.4.3 *