diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4e5831..e57f6e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "3.1.2" } +{ ".": "3.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e5dc338..8f177ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.1.3](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.2...v3.1.3) (2024-07-10) + +### 🧹 Miscellaneous + +- update prepack script to include nuxi prepare command ([#106](https://github.com/tobiasdiez/nuxt-graphql-server/issues/106)) ([d110710](https://github.com/tobiasdiez/nuxt-graphql-server/commit/d110710c4338838848d1a05f4b787e361c4fe0cd)) + ## [3.1.2](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.1...v3.1.2) (2024-07-10) ### 🧹 Miscellaneous diff --git a/package.json b/package.json index 185001c..719330e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-graphql-server", - "version": "3.1.2", + "version": "3.1.3", "description": "Easy GraphQL server implementation with Nuxt", "repository": "https://github.com/tobiasdiez/nuxt-graphql-server", "license": "MIT",