Skip to content

Commit 9da2c2f

Browse files
committed
Publish next version
1 parent 8e2f906 commit 9da2c2f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "unison" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
7+
## 0.0.2
8+
9+
- Add syntax highlighting, Thanks @BenFradet
10+
11+
## 0.0.1
812

913
- Bootstrap the extension

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Unison",
44
"publisher": "Unison Computing",
55
"description": "Unison language support",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"main": "./out/main.js",
88
"engines": {
99
"vscode": "^1.69.0"

0 commit comments

Comments
 (0)