Skip to content

Commit

Permalink
chore: release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 27, 2023
1 parent 9b856b0 commit 25f8299
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "4.0.4",
"pkg1": "6.0.4",
".": "4.1.0",
"pkg1": "6.1.0",
"pkg2": "5.0.4",
"pkg3": "4.0.3",
"workspaces/arbitrary-name": "3.0.3",
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [4.1.0](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v4.1.0) (2023-11-26)

### Features

* [`f94f978`](https://github.com/npm/npm-cli-release-please/commit/f94f9783b323bdd19f8e0b72ffbae7d32e06c540) [#245](https://github.com/npm/npm-cli-release-please/pull/245) touch root (@lukekarrys)

### Dependencies

* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v6.1.0): `pkg1@6.1.0`
## [4.1.0](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v4.1.0) (2023-11-26)

### Features

* [`f94f978`](https://github.com/npm/npm-cli-release-please/commit/f94f9783b323bdd19f8e0b72ffbae7d32e06c540) [#245](https://github.com/npm/npm-cli-release-please/pull/245) touch root (@lukekarrys)

### Dependencies

* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v6.1.0): `pkg1@6.1.0`

### Chores

* [`9b856b0`](https://github.com/npm/npm-cli-release-please/commit/9b856b00c1570669647abdf8f8def76f50c6a09b) update config (@lukekarrys)

### Chores

* [`9b856b0`](https://github.com/npm/npm-cli-release-please/commit/9b856b00c1570669647abdf8f8def76f50c6a09b) update config (@lukekarrys)

## [4.0.4](https://github.com/npm/npm-cli-release-please/compare/v4.0.3...v4.0.4) (2023-11-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-cli-release-please",
"version": "4.0.4",
"version": "4.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@npmcli/pkg6": "^3.0.3",
"abbrev": "^2.0.0",
"pkg1": "^6.0.4",
"pkg1": "^6.1.0",
"pkg2": "^5.0.4",
"pkg4": "^3.0.3",
"pkg5": "^3.0.3"
Expand Down
10 changes: 10 additions & 0 deletions pkg1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [6.1.0](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.4...pkg1-v6.1.0) (2023-11-26)

### Features

* [`f94f978`](https://github.com/npm/npm-cli-release-please/commit/f94f9783b323bdd19f8e0b72ffbae7d32e06c540) [#245](https://github.com/npm/npm-cli-release-please/pull/245) touch root (@lukekarrys)

### Bug Fixes

* [`7b11a09`](https://github.com/npm/npm-cli-release-please/commit/7b11a0974193340810bf6feea0ed4d8b060e1097) [#245](https://github.com/npm/npm-cli-release-please/pull/245) touch pkg1 (@lukekarrys)

## [6.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.3...pkg1-v6.0.4) (2023-11-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg1",
"version": "6.0.4",
"version": "6.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 25f8299

Please sign in to comment.