diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3d72f2..b7bcc6df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.6.1] - 2022-08-08 + ### Fixed - Raise timeout diff --git a/manifest.json b/manifest.json index aafc1990..73983c3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "admin-graphql-ide", "vendor": "vtex", - "version": "3.6.0", + "version": "3.6.1", "title": "Admin GraphQL IDE", "description": "GraphQL IDE for VTEX Admin (GraphiQL)", "scripts": { diff --git a/node/package.json b/node/package.json index b0c52a50..392cfb52 100644 --- a/node/package.json +++ b/node/package.json @@ -17,5 +17,5 @@ "scripts": { "check": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.6.0" + "version": "3.6.1" } diff --git a/react/package.json b/react/package.json index 21d01c1f..35241385 100644 --- a/react/package.json +++ b/react/package.json @@ -28,5 +28,5 @@ "scripts": { "lint": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.6.0" + "version": "3.6.1" }