From 0444561d48b37934fe67812660a6c5f4fbc9128a Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Mon, 15 Jan 2024 13:16:00 -0500 Subject: [PATCH] Release 6.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d570815..9145f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ + +## v6.1.0 (2024-01-15) + +#### :rocket: Enhancement +* [#298](https://github.com/release-it-plugins/lerna-changelog/pull/298) Add support for `release-it@17.0.0` ([@juancarlosjr97](https://github.com/juancarlosjr97)) + +#### :house: Internal +* [#299](https://github.com/release-it-plugins/lerna-changelog/pull/299) Add `release-it@^17` to CI configuration. ([@rwjblue](https://github.com/rwjblue)) +* [#283](https://github.com/release-it-plugins/lerna-changelog/pull/283) Updating actions to standardize between repos ([@scalvert](https://github.com/scalvert)) + +#### Committers: 3 +- Juan Carlos Blanco Delgado ([@juancarlosjr97](https://github.com/juancarlosjr97)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v6.0.0 (2023-07-11) #### :boom: Breaking Change diff --git a/package-lock.json b/package-lock.json index 32f63e0..82cdcd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@release-it-plugins/lerna-changelog", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@release-it-plugins/lerna-changelog", - "version": "6.0.0", + "version": "6.1.0", "license": "MIT", "dependencies": { "execa": "^5.1.1", diff --git a/package.json b/package.json index d4a8666..ab47be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@release-it-plugins/lerna-changelog", - "version": "6.0.0", + "version": "6.1.0", "description": "release-it plugin for lerna-changelog ", "keywords": [ "release",