diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca633b..7a1266f 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.2](https://github.com/antfu/wenyan-lang-vscode/compare/v0.4.1...v0.4.2) (2019-12-18) + + +### ⚡ Features + +* new logo! ([af1dfb6](https://github.com/antfu/wenyan-lang-vscode/commit/af1dfb6ad9f1b492e0b02fd84739b8ce23563bec)) + ### [0.4.1](https://github.com/antfu/wenyan-lang-vscode/compare/v0.4.0...v0.4.1) (2019-12-18) diff --git a/package-lock.json b/package-lock.json index e927b99..875de23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wenyan-lang", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59bb421..4e55d02 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.1", + "version": "0.4.2", "publisher": "antfu", "engines": { "vscode": "^1.40.0"