diff --git a/CHANGELOG.md b/CHANGELOG.md index 4871b2cf..f40f241c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 6.1.1 (March 6, 2024) + +### Bug Fixes + +* Revert "⬆️ Update @enormora/eslint-config" ([#365](https://github.com/lo1tuma/pr-log/pull/365)) +* Move loglevel from development to runtime dependencies ([#363](https://github.com/lo1tuma/pr-log/pull/363)) + +### Dependency Upgrades + +* ⬆️ Update @enormora/eslint-config ([#358](https://github.com/lo1tuma/pr-log/pull/358)) +* ⬆️ Lock file maintenance ([#364](https://github.com/lo1tuma/pr-log/pull/364)) +* ⬆️ Lock file maintenance ([#361](https://github.com/lo1tuma/pr-log/pull/361)) +* ⬆️ Lock file maintenance ([#360](https://github.com/lo1tuma/pr-log/pull/360)) +* ⬆️ Update dependency commander to v12 ([#355](https://github.com/lo1tuma/pr-log/pull/355)) +* ⬆️ Lock file maintenance ([#359](https://github.com/lo1tuma/pr-log/pull/359)) +* ⬆️ Lock file maintenance ([#357](https://github.com/lo1tuma/pr-log/pull/357)) +* Move @enormora dependencies to development dependencies ([#356](https://github.com/lo1tuma/pr-log/pull/356)) + ## 6.1.0 (February 4, 2024) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b1734ce9..d79eead7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pr-log", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pr-log", - "version": "6.1.0", + "version": "6.1.1", "license": "MIT", "dependencies": { "@octokit/rest": "20.0.2", diff --git a/package.json b/package.json index ea43d950..798f3e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pr-log", - "version": "6.1.0", + "version": "6.1.1", "type": "module", "description": "Changelog generator based on GitHub Pull Requests", "bin": "target/build/source/bin/pr-log.js",