diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a1266f..2210b78 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.4.3](https://github.com/antfu/wenyan-lang-vscode/compare/v0.4.2...v0.4.3) (2019-12-18) + + +### 🐞 Bug Fixes + +* update logo ([8c62ace](https://github.com/antfu/wenyan-lang-vscode/commit/8c62ace32e27a0b12f03465e821a02cacf9599ca)) + ### [0.4.2](https://github.com/antfu/wenyan-lang-vscode/compare/v0.4.1...v0.4.2) (2019-12-18) diff --git a/package-lock.json b/package-lock.json index 875de23..f5c0171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wenyan-lang", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e55d02..3f13244 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wenyan-lang", "displayName": "文言 Wenyan Lang", "description": "文言 Wenyan Lang for VSCode", - "version": "0.4.2", + "version": "0.4.3", "publisher": "antfu", "engines": { "vscode": "^1.40.0"