Skip to content

Commit 9490bfd

Browse files
committed
chore(main): release 3.1.7
1 parent 896d91b commit 9490bfd

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "3.1.6" }
1+
{".":"3.1.7"}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.1.7](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.6...v3.1.7) (2025-11-02)
4+
5+
6+
### 🧹 Miscellaneous
7+
8+
* **deps:** lock file maintenance ([#237](https://github.com/tobiasdiez/nuxt-graphql-server/issues/237)) ([6e9ae7f](https://github.com/tobiasdiez/nuxt-graphql-server/commit/6e9ae7fdfecc8ff0ce47273348a6bb23bacb6430))
9+
* **deps:** lock file maintenance ([#239](https://github.com/tobiasdiez/nuxt-graphql-server/issues/239)) ([30f4e80](https://github.com/tobiasdiez/nuxt-graphql-server/commit/30f4e808776e95e7abc00002963152c946a9099b))
10+
* **deps:** update codecov/codecov-action action to v5.5.1 ([#245](https://github.com/tobiasdiez/nuxt-graphql-server/issues/245)) ([bd9d201](https://github.com/tobiasdiez/nuxt-graphql-server/commit/bd9d20153a078a637bf8a5b955451046bb69813a))
11+
* **deps:** update dependency @apollo/server to v5.1.0 ([#244](https://github.com/tobiasdiez/nuxt-graphql-server/issues/244)) ([8005e64](https://github.com/tobiasdiez/nuxt-graphql-server/commit/8005e6442755c53ca2da78410865d22f9b74576c))
12+
* **deps:** update dependency @nuxt/devtools to v2.7.0 ([#246](https://github.com/tobiasdiez/nuxt-graphql-server/issues/246)) ([99414f1](https://github.com/tobiasdiez/nuxt-graphql-server/commit/99414f13f128b342e5a0e5aaa4759df8339f65cb))
13+
* **deps:** update dependency @nuxt/test-utils to v3.20.1 ([#247](https://github.com/tobiasdiez/nuxt-graphql-server/issues/247)) ([716021e](https://github.com/tobiasdiez/nuxt-graphql-server/commit/716021ee4100912e54ad1ea819749ad86cd41dc2))
14+
* **deps:** update dependency eslint to v9.39.0 ([#248](https://github.com/tobiasdiez/nuxt-graphql-server/issues/248)) ([e825892](https://github.com/tobiasdiez/nuxt-graphql-server/commit/e825892bc9cd6f951a0b3a0d6125f22d288627fc))
15+
* **deps:** update dependency eslint-plugin-unused-imports to v4.3.0 ([#249](https://github.com/tobiasdiez/nuxt-graphql-server/issues/249)) ([5f6e732](https://github.com/tobiasdiez/nuxt-graphql-server/commit/5f6e732c6c3139f43fdd493f27e8fef77fe2a260))
16+
* **deps:** update dependency graphql to v16.12.0 ([#250](https://github.com/tobiasdiez/nuxt-graphql-server/issues/250)) ([896d91b](https://github.com/tobiasdiez/nuxt-graphql-server/commit/896d91bb18bbec94ed89fab9518901c49127dd1d))
17+
* **deps:** update dependency vue-tsc to v3.1.2 ([#243](https://github.com/tobiasdiez/nuxt-graphql-server/issues/243)) ([b501972](https://github.com/tobiasdiez/nuxt-graphql-server/commit/b501972fcc0f9db81e0cc80155eeae8d0be7ed95))
18+
* **deps:** update googleapis/release-please-action digest to 16a9c90 ([#240](https://github.com/tobiasdiez/nuxt-graphql-server/issues/240)) ([9e42d22](https://github.com/tobiasdiez/nuxt-graphql-server/commit/9e42d226fb5c4ce7611a145b5da4730876c444a8))
19+
* **deps:** update pnpm/action-setup digest to 41ff726 ([#241](https://github.com/tobiasdiez/nuxt-graphql-server/issues/241)) ([709c2b6](https://github.com/tobiasdiez/nuxt-graphql-server/commit/709c2b650fd9dc3b1a956cb32f1b1453662962fc))
20+
* pin GitHub Action digests to semver in Renovate config ([#242](https://github.com/tobiasdiez/nuxt-graphql-server/issues/242)) ([8b06648](https://github.com/tobiasdiez/nuxt-graphql-server/commit/8b0664801650da960a593231b066057f0adcb46c))
21+
322
## [3.1.6](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.5...v3.1.6) (2025-10-05)
423

524
### 🧹 Miscellaneous

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-graphql-server",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Easy GraphQL server implementation with Nuxt",
55
"repository": "https://github.com/tobiasdiez/nuxt-graphql-server",
66
"license": "MIT",

0 commit comments

Comments
 (0)