diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5da656..2339df99 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.4.0] - 2021-05-03 + ### Added - I18n, Fr, It, Kr and Nl. diff --git a/manifest.json b/manifest.json index e8a7bf43..62633111 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "admin-graphql-ide", "vendor": "vtex", - "version": "3.3.0", + "version": "3.4.0", "title": "Admin GraphQL IDE", "description": "GraphQL IDE for VTEX Admin (GraphiQL)", "scripts": { diff --git a/node/package.json b/node/package.json index 7518934e..87e273b7 100644 --- a/node/package.json +++ b/node/package.json @@ -21,5 +21,5 @@ "scripts": { "check": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.3.0" + "version": "3.4.0" } diff --git a/react/package.json b/react/package.json index 343e7a47..b924423f 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "scripts": { "lint": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.3.0" + "version": "3.4.0" }