diff --git a/CHANGELOG.md b/CHANGELOG.md index a210411..5532a6d 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-05-11) + ## [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 2348911..5fdd1dc 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 9928fb6..c42c3a3 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",