Skip to content

Commit 26a635c

Browse files
chore(main): release 3.1.4 (#109)
* chore(main): release 3.1.4 * chore: Format CHANGELOG.md with Prettier --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ea66ca commit 26a635c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.3" }
1+
{ ".": "3.1.4" }

CHANGELOG.md

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

3+
## [3.1.4](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.3...v3.1.4) (2024-07-10)
4+
5+
### 🐛 Bug Fixes
6+
7+
- copy graphql-server.d.ts to dist ([#108](https://github.com/tobiasdiez/nuxt-graphql-server/issues/108)) ([2ea66ca](https://github.com/tobiasdiez/nuxt-graphql-server/commit/2ea66ca0e9757c17ee0d44399c89758dfe0337db))
8+
39
## [3.1.3](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v3.1.2...v3.1.3) (2024-07-10)
410

511
### 🧹 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.3",
3+
"version": "3.1.4",
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)