Skip to content

Commit 9d81c92

Browse files
chore(main): release 2.0.0 (#52)
* chore(main): release 2.0.0 * chore: Format CHANGELOG.md with Prettier --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fa9a8c5 commit 9d81c92

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.2.2...v2.0.0) (2023-05-19)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- **deps:** Drop Node 14 support. Require Node.js >= 16
8+
9+
### 🐛 Bug Fixes
10+
11+
- add workaround for ESM loader issue on Windows ([#54](https://github.com/tobiasdiez/nuxt-graphql-server/issues/54)) ([e226623](https://github.com/tobiasdiez/nuxt-graphql-server/commit/e226623b6118b65fdf2cf5e4b32f82bf120ce0eb))
12+
13+
### 🧹 Miscellaneous
14+
15+
- **deps:** update all non-major dependencies ([#47](https://github.com/tobiasdiez/nuxt-graphql-server/issues/47)) ([fa9a8c5](https://github.com/tobiasdiez/nuxt-graphql-server/commit/fa9a8c5934bda18d4b5300a943254ede024eb90a))
16+
- **deps:** update devdependency typescript to v5 ([#48](https://github.com/tobiasdiez/nuxt-graphql-server/issues/48)) ([bb36ea5](https://github.com/tobiasdiez/nuxt-graphql-server/commit/bb36ea5f32b266a86f69276a716981ef5ac25203))
17+
- **deps:** update graphql-tools monorepo to v8 ([#53](https://github.com/tobiasdiez/nuxt-graphql-server/issues/53)) ([158c52d](https://github.com/tobiasdiez/nuxt-graphql-server/commit/158c52da6ef1c344abd886b7358aea73fb0dfc2e))
18+
- **deps:** update pnpm to v8 ([#51](https://github.com/tobiasdiez/nuxt-graphql-server/issues/51)) ([b1ff4f5](https://github.com/tobiasdiez/nuxt-graphql-server/commit/b1ff4f5e43e313d85d9a91d84ab0df52c76b65a4))
19+
320
## [1.2.2](https://github.com/tobiasdiez/nuxt-graphql-server/compare/v1.2.1...v1.2.2) (2023-03-04)
421

522
### 🧹 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.2.2",
3+
"version": "2.0.0",
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)