Skip to content

Commit 1de3af0

Browse files
chore(main): release 1.1.6 (#29)
* chore(main): release 1.1.6 * chore: Format CHANGELOG.md with Prettier --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent accfad1 commit 1de3af0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.6](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.1.5...v1.1.6) (2023-02-01)
4+
5+
### 🧹 Miscellaneous
6+
7+
- **deps:** update all non-major dependencies ([#27](https://github.com/tobiasdiez/nuxt-graphql-server/issues/27)) ([d5c9b14](https://github.com/tobiasdiez/nuxt-graphql-server/commit/d5c9b14e87cf79515c87232858b2a9e993d966a5))
8+
- **deps:** update all non-major dependencies ([#31](https://github.com/tobiasdiez/nuxt-graphql-server/issues/31)) ([accfad1](https://github.com/tobiasdiez/nuxt-graphql-server/commit/accfad15328d953661096e67f4683b47cbea9201))
9+
- **deps:** update devdependency eslint to ^8.33.0 ([#30](https://github.com/tobiasdiez/nuxt-graphql-server/issues/30)) ([31cf4fc](https://github.com/tobiasdiez/nuxt-graphql-server/commit/31cf4fc074552cc229c936a5b17622f034225078))
10+
311
## [1.1.5](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.1.4...v1.1.5) (2023-01-05)
412

513
### 🧹 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.5",
3+
"version": "1.1.6",
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)