diff --git a/CHANGELOG.md b/CHANGELOG.md index 224dff1..f1132cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.2](https://github.com/BIYUEHU/commitizen-demo/compare/v1.1.1...v1.1.2) (2023-08-19) + + +### 🚀 Chore + +* added license ([968ecf3](https://github.com/BIYUEHU/commitizen-demo/commit/968ecf37d8335e0bffc41d3aefd07c0dd0b36e69)) + ### [1.1.1](https://github.com/BIYUEHU/commitizen-demo/compare/v1.1.0...v1.1.1) (2023-08-19) diff --git a/package.json b/package.json index 73d27e2..79115e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "standard-dev-demo", - "version": "1.1.1", + "version": "1.1.2", "description": "Stack: pnpm, eslint, prettier, commitizen, husky, commitlint", "main": "index.ts", "scripts": {