diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a173f7d..2f1056df 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.2.0] - 2020-12-11 + ### Added - I18n Ro. diff --git a/manifest.json b/manifest.json index 69874fa4..b45da370 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "admin-graphql-ide", "vendor": "vtex", - "version": "3.1.0", + "version": "3.2.0", "title": "Admin GraphQL IDE", "description": "GraphQL IDE for VTEX Admin (GraphiQL)", "scripts": { diff --git a/node/package.json b/node/package.json index 4c574f93..cf1e8f5a 100644 --- a/node/package.json +++ b/node/package.json @@ -21,5 +21,5 @@ "scripts": { "check": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.1.0" + "version": "3.2.0" } diff --git a/react/package.json b/react/package.json index e782870f..c42b7327 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "scripts": { "lint": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.1.0" + "version": "3.2.0" }