Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Oct 7, 2020
1 parent b303bd5 commit 15a75c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.2 (2020-10-07)


### Features

* add syntax file and readme ([2a0f8e4](https://github.com/jnoortheen/xonsh-vscode-ext/commit/2a0f8e4076c51036c8d6ed455e70b3d04487fb63))
* init repo ([cb39aa6](https://github.com/jnoortheen/xonsh-vscode-ext/commit/cb39aa629d30fe3c234ce84c7b1f5efab6eec0c7))
* use syntaxdev from magicpython to manipulate syntax files ([91890cb](https://github.com/jnoortheen/xonsh-vscode-ext/commit/91890cbe964edbf0b765e113072aadd529b32962))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xonsh",
"displayName": "Xonsh IDE",
"description": "Xonsh language support.",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "jnoortheen",
"icon": "images/icon.png",
"license": "MIT",
Expand Down

0 comments on commit 15a75c8

Please sign in to comment.