Skip to content

Commit 88a37ed

Browse files
chore(main): release 1.1.5 (#26)
* chore(main): release 1.1.5 * chore: Format CHANGELOG.md with Prettier Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1cd6b9d commit 88a37ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.5](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.1.4...v1.1.5) (2023-01-05)
4+
5+
### 🧹 Miscellaneous
6+
7+
- **deps:** update all non-major dependencies ([#24](https://github.com/tobiasdiez/nuxt-graphql-server/issues/24)) ([1cd6b9d](https://github.com/tobiasdiez/nuxt-graphql-server/commit/1cd6b9d131cab47f30f5334615fd875f52b71017))
8+
- **deps:** update dependency @graphql-codegen/plugin-helpers to v3 ([#25](https://github.com/tobiasdiez/nuxt-graphql-server/issues/25)) ([f6d61fd](https://github.com/tobiasdiez/nuxt-graphql-server/commit/f6d61fdb29841ac9ac0850d7c4551307f3f58b17))
9+
310
## [1.1.4](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.1.3...v1.1.4) (2022-11-23)
411

512
### 🧹 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": "1.1.4",
3+
"version": "1.1.5",
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)