diff --git a/.changes/force-publish.md b/.changes/force-publish.md deleted file mode 100644 index 0a733f2..0000000 --- a/.changes/force-publish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-vscode': 'patch' ---- - -Force Publish diff --git a/CHANGELOG.md b/CHANGELOG.md index 34747a0..77591ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.2.4] + +- Force Publish + - [95b10ad](https://www.github.com/tauri-apps/tauri-vscode/commit/95b10ad21986f217e3537ab4e7133c60c1f5853a) ci: force publish on 2023-03-17 + ## \[0.2.2] - use stripAnsi to remove ansi colors in output diff --git a/package.json b/package.json index 3552954..b4d628f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/tauri-apps/tauri-vscode.git" }, - "version": "0.2.3", + "version": "0.2.4", "engines": { "vscode": "^1.66.0" },