Skip to content

Commit a40b5d2

Browse files
chore: release vscode-mdx (#291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1f885bc commit a40b5d2

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/fix-folding-ranges.md

-5
This file was deleted.

.changeset/resolve-unreferenced-definitions.md

-5
This file was deleted.

packages/vscode-mdx/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#290](https://github.com/mdx-js/vscode-mdx/pull/290) [`1cfcf96`](https://github.com/mdx-js/vscode-mdx/commit/1cfcf9662f0c95f8d86dbd076ffd077fedce8cce) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Fix error when requesting folding ranges.
8+
9+
- [#294](https://github.com/mdx-js/vscode-mdx/pull/294) [`1f885bc`](https://github.com/mdx-js/vscode-mdx/commit/1f885bcd3bcedcd2a38784fb5518cfc31cdd30a0) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Resolve definitions referencing unopened files.
10+
311
## 1.2.1
412

513
### Patch Changes

packages/vscode-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-mdx",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)