Skip to content

Commit 310f93b

Browse files
authored
0.1.2 (#27)
1 parent fd86f11 commit 310f93b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
- Add ini
6+
37
## 0.1.1
48

59
- Fix some issues where various VS Code tools wouldn't work

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vscode/tree-sitter-wasm",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pre-built WASM files for Tree-Sitter and Tree-Sitter languages that VS Code uses",
55
"scripts": {
66
"build-wasm": "ts-node ./build/main.ts",

0 commit comments

Comments
 (0)