Skip to content

Commit cfc5fe9

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

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/handle-shadow-positions.md

-5
This file was deleted.

.changeset/remove-backtick-autocompletion.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.3
4+
5+
### Patch Changes
6+
7+
- [#300](https://github.com/mdx-js/vscode-mdx/pull/300) [`e691483`](https://github.com/mdx-js/vscode-mdx/commit/e691483cd14bf368606b8e8d47504ed3b1f16b8b) Thanks [@remcohaszing](https://github.com/remcohaszing)! - Trim positions that can’t be mapped to the original MDX source code.
8+
9+
- [#302](https://github.com/mdx-js/vscode-mdx/pull/302) [`c406d37`](https://github.com/mdx-js/vscode-mdx/commit/c406d37faf11fb8f1ea7a9b72043ec376267cc74) Thanks [@TomasHubelbauer](https://github.com/TomasHubelbauer)! - Remove backtick auto-completion to prevent doubling up backticks in inline code spans and code blocks
10+
311
## 1.2.2
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.2",
3+
"version": "1.2.3",
44
"displayName": "MDX",
55
"description": "Language support for MDX",
66
"categories": [

0 commit comments

Comments
 (0)