From 9fcd0ae7d25e3be57d731af675d5cd0151b36259 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Tue, 25 Aug 2020 16:59:58 +0200 Subject: [PATCH] chore: release new version 0.1.0 --- CHANGELOG.md | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67391c33..dd45eea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) diff --git a/package.json b/package.json index 1d1d9fde..3d244dfc 100644 --- a/package.json +++ b/package.json @@ -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",