From ab3367121995f5f241c7645d1113f75ed724e794 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 12 Jan 2021 12:14:49 +0800 Subject: [PATCH] chore(release): 2.4.18 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4884c4..94787054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [2.4.18](https://github.com/antfu/i18n-ally/compare/v2.4.17...v2.4.18) (2021-01-12) + + +### 🐞 Bug Fixes + +* **locales:** separation and completion of ru and uk-UA locales ([#461](https://github.com/antfu/i18n-ally/issues/461)) ([2e59af5](https://github.com/antfu/i18n-ally/commit/2e59af5e7c09cda372b5a58dcde139b6d0eca4ee)) +* **vue:** support annonation on jsx and tsx ([595ec5c](https://github.com/antfu/i18n-ally/commit/595ec5c6bfb227420ba21a720a91d87f68eec3d9)) + ### [2.4.17](https://github.com/antfu/i18n-ally/compare/v2.4.16...v2.4.17) (2021-01-07) diff --git a/package.json b/package.json index f689f280..e8f43cf0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "i18n-ally", "displayName": "%extname%", "description": "🌍 All in one i18n extension for VS Code", - "version": "2.4.17", + "version": "2.4.18", "publisher": "antfu", "scripts": { "release": "npm run release:patch",