From 4a5730b59a9307f7bb63b96eac369209fce3e9a3 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 28 Dec 2019 23:44:44 +0800 Subject: [PATCH] chore(release): 0.10.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2494d..8afd114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.10.1](https://github.com/antfu/wenyan-lang-vscode/compare/v0.10.0...v0.10.1) (2019-12-28) + + +### ⚡ Features + +* script executing for untitled files, [#9](https://github.com/antfu/wenyan-lang-vscode/issues/9) ([08b21be](https://github.com/antfu/wenyan-lang-vscode/commit/08b21bea582fa47c573e4e2587385a0171b8e8b6)) + + +### 📚 Documentations + +* update readme ([21be1d0](https://github.com/antfu/wenyan-lang-vscode/commit/21be1d0369f79b76f443e0bf90aa9c76970d46b3)) + ## [0.10.0](https://github.com/antfu/wenyan-lang-vscode/compare/v0.9.1...v0.10.0) (2019-12-27) diff --git a/package-lock.json b/package-lock.json index 0aa502b..cb78cb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wenyan-lang", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 178f76d..55a52b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wenyan-lang", "displayName": "文言 Wenyan Lang", "description": "文言 Wenyan Lang for VSCode", - "version": "0.10.0", + "version": "0.10.1", "publisher": "antfu", "engines": { "vscode": "^1.41.0"