From ca01ae40805242980deb222641192f92c1773a57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Apr 2021 11:11:26 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=20release=20v1.6?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f439eba..a210411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [1.6.0](https://github.com/yi-Xu-0100/conventional-commit-types-i18n/compare/v1.5.0...v1.6.0) (2021-04-06) + +### Features + +- **type:** ⚡️ add the type definition ([8b024ed](https://github.com/yi-Xu-0100/conventional-commit-types-i18n/commit/8b024ed5248f37082e82a7f22d1a335015f8178b)), closes [vivaxy/vscode-conventional-commits#98](https://github.com/vivaxy/vscode-conventional-commits/issues/98) [#51](https://github.com/yi-Xu-0100/conventional-commit-types-i18n/issues/51) + ## [1.5.0](https://github.com/yi-Xu-0100/conventional-commit-types-i18n/compare/v1.4.0...v1.5.0) (2021-03-23) ### Features diff --git a/package-lock.json b/package-lock.json index bc0d565..17ad883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@yi-xu-0100/conventional-commit-types-i18n", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 656980d..26fb0a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yi-xu-0100/conventional-commit-types-i18n", - "version": "1.5.0", + "version": "1.6.0", "description": "conventional-commit-types internationalization version.", "main": "lib/src/index.js", "types": "lib/src/index.d.ts",