diff --git a/CHANGELOG.md b/CHANGELOG.md index 323d5d36..30253cf1 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.8.0] - 2025-01-06 + ### Added - Polish translation diff --git a/manifest.json b/manifest.json index 10a65021..55b45461 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "admin-graphql-ide", "vendor": "vtex", - "version": "3.7.0", + "version": "3.8.0", "title": "Admin GraphQL IDE", "description": "GraphQL IDE for VTEX Admin (GraphiQL)", "scripts": { diff --git a/node/package.json b/node/package.json index f14354e2..4688ddc6 100644 --- a/node/package.json +++ b/node/package.json @@ -17,5 +17,5 @@ "scripts": { "check": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.7.0" + "version": "3.8.0" } diff --git a/react/package.json b/react/package.json index 22a1e9f8..2502770b 100644 --- a/react/package.json +++ b/react/package.json @@ -28,5 +28,5 @@ "scripts": { "lint": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "3.7.0" + "version": "3.8.0" }