diff --git a/CHANGELOG.md b/CHANGELOG.md index c63a5d5..d68bb3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4](https://github.com/antfu/wenyan-lang-vscode/compare/v0.10.3...v0.10.4) (2019-12-30) + + +### 🐞 Bug Fixes + +* update grammer ([652a6cf](https://github.com/antfu/wenyan-lang-vscode/commit/652a6cff73a61a84dd0cd35573f1bef0a431b0fd)) + ### [0.10.3](https://github.com/antfu/wenyan-lang-vscode/compare/v0.10.2...v0.10.3) (2019-12-30) diff --git a/package-lock.json b/package-lock.json index 86994a9..10097eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wenyan-lang", - "version": "0.10.3", + "version": "0.10.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ef2738..3e65d65 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.3", + "version": "0.10.4", "publisher": "antfu", "engines": { "vscode": "^1.41.0"