We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e1900 commit 77f761fCopy full SHA for 77f761f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.1.2](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.1.1...v1.1.2) (2022-11-11)
4
+
5
+### 🧹 Miscellaneous
6
7
+- rename dev:prepare to rename ([f2e1900](https://github.com/tobiasdiez/nuxt-graphql-server/commit/f2e190011dcc68aecf4c242c56a00a21bb664fb0))
8
9
## [1.1.1](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.1.0...v1.1.1) (2022-11-11)
10
11
### 🧹 Miscellaneous
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-graphql-server",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Easy GraphQL server implementation with Nuxt",
"repository": "https://github.com/tobiasdiez/nuxt-graphql-server",
"license": "MIT",
0 commit comments