Skip to content

Commit 3885307

Browse files
Version Packages (#237)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3dfd9ac commit 3885307

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.changeset/dry-eagles-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-gorillas-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#236](https://github.com/apollographql/vscode-graphql/pull/236) [`9a4403db`](https://github.com/apollographql/vscode-graphql/commit/9a4403db7b8f9cb03638d83a7e3c29dd3c3077b7) Thanks [@pubmodmatt](https://github.com/pubmodmatt)! - Add support for GraphQL in Notebook cells
8+
9+
### Patch Changes
10+
11+
- [#240](https://github.com/apollographql/vscode-graphql/pull/240) [`3dfd9ac0`](https://github.com/apollographql/vscode-graphql/commit/3dfd9ac08a20ff92cafb398f1a8c71e5f7d03519) Thanks [@phryneas](https://github.com/phryneas)! - Fix a bug handling windows path separators in `FileSet` instances.
12+
313
## 2.3.6
414

515
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-apollo",
33
"displayName": "Apollo GraphQL",
44
"description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform",
5-
"version": "2.3.6",
5+
"version": "2.4.0",
66
"referenceID": "87197759-7617-40d0-b32e-46d378e907c7",
77
"author": "Apollo GraphQL <opensource@apollographql.com>",
88
"license": "MIT",

0 commit comments

Comments
 (0)