Skip to content

Commit d749e21

Browse files
chore(main): release 1.2.0 (#19)
1 parent f618973 commit d749e21

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/mammadataei/vite-plugin-graphql-server/compare/v1.1.0...v1.2.0) (2023-03-28)
4+
5+
6+
### Features
7+
8+
* add support for query and mutation variables ([#18](https://github.com/mammadataei/vite-plugin-graphql-server/issues/18)) ([f618973](https://github.com/mammadataei/vite-plugin-graphql-server/commit/f6189733085f7d0c98d0767eac9ec0662d63c874))
9+
310
## [1.1.0](https://github.com/mammadataei/vite-plugin-graphql-server/compare/v1.0.0...v1.1.0) (2022-12-27)
411

512

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.1.0",
3+
"version": "1.2.0",
44
"description": "Bootstrap a local GraphQL server in your Vite project",
55
"author": "Mohammad Ataei",
66
"license": "MIT",

0 commit comments

Comments
 (0)