Skip to content

Commit 2158c05

Browse files
committed
chore(main): release 3.1.7
1 parent 8b06648 commit 2158c05

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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 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))
11+
* **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))
12+
* 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))
13+
314
## [3.1.6](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.5...v3.1.6) (2025-10-05)
415

516
### 🧹 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)