Skip to content

Commit d5fbd7a

Browse files
committed
fix: expand vscode version range and bump to v0.1.4
1 parent 122e33a commit d5fbd7a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.4 - 2026-03-08
4+
5+
### Bug Fixes
6+
7+
* fix: further expand vscode version range
8+
9+
**Full Changelog**: https://github.com/REditorSupport/vscode-R-syntax/compare/v0.1.3...0.1.4
10+
311
## 0.1.3 - 2025-06-07
412

513
### Other

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r-syntax",
33
"displayName": "R Syntax",
44
"description": "R Synxtax Highlight for Visual Studio Code",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"author": "REditorSupport",
77
"type": "module",
88
"license": "SEE LICENSE IN LICENSE",
@@ -19,7 +19,7 @@
1919
"R Markdown"
2020
],
2121
"engines": {
22-
"vscode": "^1.96.2"
22+
"vscode": "^1.90.0"
2323
},
2424
"categories": [
2525
"Programming Languages"

0 commit comments

Comments
 (0)