Skip to content

Commit

Permalink
chore: release new version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 25, 2020
1 parent 6e1f32e commit 9fcd0ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.0.5 (2020-08-17)
### 0.1.0 (2020-08-25)

#### Bug fixes
#### New features

* render schema description as markdown ([#13](https://github.com/expo-community/vscode-expo/pull/13))

#### Other chores

* remove extraneous files when packaging ([#12](https://github.com/expo-community/vscode-expo/pull/12))
* add integrated vscode tests with jest ([#14](https://github.com/expo-community/vscode-expo/pull/14))


### 0.0.4 (2020-08-17)
Expand Down Expand Up @@ -49,7 +53,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### 0.0.1 (2020-05-06)

#### Features
#### New features

* created first draft of vscode-expo ([420afa1](https://github.com/expo-community/vscode-expo/commit/420afa1b090b3a5fefa2a587f399a7db26473bbd))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-expo",
"displayName": "Expo Tools",
"version": "0.0.5",
"version": "0.1.0",
"description": "Expo tools for vscode",
"keywords": [
"expo",
Expand Down

0 comments on commit 9fcd0ae

Please sign in to comment.