Skip to content

Commit 0f63868

Browse files
chore(main): release 1.1.0 (#6)
1 parent 40bcc6a commit 0f63868

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.1.0](https://github.com/mammadataei/vite-plugin-graphql-server/compare/v1.0.0...v1.1.0) (2022-12-27)
4+
5+
6+
### Features
7+
8+
* add `contextValue` configuration option ([#5](https://github.com/mammadataei/vite-plugin-graphql-server/issues/5)) ([b107791](https://github.com/mammadataei/vite-plugin-graphql-server/commit/b1077918ab731fe5817542e707516745e49c4540))
9+
* add support for Vite 4 ([#8](https://github.com/mammadataei/vite-plugin-graphql-server/issues/8)) ([24ba58e](https://github.com/mammadataei/vite-plugin-graphql-server/commit/24ba58e63527ec19b927640208b3cdec9353f690))
10+
311
## 1.0.0 (2022-12-16)
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.0.0",
3+
"version": "1.1.0",
44
"description": "Bootstrap a local GraphQL server in your Vite project",
55
"author": "Mohammad Ataei",
66
"license": "MIT",

0 commit comments

Comments
 (0)