From 2883f0cc926d301e80bb5765e441b39d67f2ac80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Mar 2023 01:22:09 +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..817a996 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) (2023-03-22) + ## [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 c2a1d1a..7403ec7 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 aa3b015..93e65be 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",