Skip to content

Commit a752357

Browse files
chore(main): release 1.2.1 (#24)
Co-authored-by: Mohammad Ataei <[email protected]>
1 parent 593f997 commit a752357

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/mammadataei/vite-plugin-graphql-server/compare/v1.2.0...v1.2.1) (2024-01-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @graphql-tools/schema to v10 ([#23](https://github.com/mammadataei/vite-plugin-graphql-server/issues/23)) ([2db11d1](https://github.com/mammadataei/vite-plugin-graphql-server/commit/2db11d15cc3b0be6e514e03a1997838250cb829a))
9+
* update peer dependencies ([#44](https://github.com/mammadataei/vite-plugin-graphql-server/issues/44)) ([593f997](https://github.com/mammadataei/vite-plugin-graphql-server/commit/593f997b2d5c33d52ba85d23dfea02c54645d27a))
10+
311
## [1.2.0](https://github.com/mammadataei/vite-plugin-graphql-server/compare/v1.1.0...v1.2.0) (2023-03-28)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-graphql-server",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Bootstrap a local GraphQL server in your Vite project",
55
"author": "Mohammad Ataei",
66
"license": "MIT",

0 commit comments

Comments
 (0)