From 53662eb76bc3bd56f3949577d278b644adc630a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Apr 2021 08:56:31 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=20release=20v1.6?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a210411..1d5003f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1](https://github.com/yi-Xu-0100/conventional-commit-types-i18n/compare/v1.6.0...v1.6.1) (2021-04-13) + ## [1.6.0](https://github.com/yi-Xu-0100/conventional-commit-types-i18n/compare/v1.5.0...v1.6.0) (2021-04-06) ### Features diff --git a/package-lock.json b/package-lock.json index 58f56f8..5e0f787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@yi-xu-0100/conventional-commit-types-i18n", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26fb0a5..61c97ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yi-xu-0100/conventional-commit-types-i18n", - "version": "1.6.0", + "version": "1.6.1", "description": "conventional-commit-types internationalization version.", "main": "lib/src/index.js", "types": "lib/src/index.d.ts",