Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 7048116

Browse files
committed
chore: release 4.1.0
1 parent 8bdee7d commit 7048116

File tree

6 files changed

+35
-6
lines changed

6 files changed

+35
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "4.0.4",
3-
"pkg1": "6.0.4",
2+
".": "4.1.0",
3+
"pkg1": "6.0.5",
44
"pkg2": "5.0.4",
55
"pkg3": "4.0.3",
66
"workspaces/arbitrary-name": "3.0.3",

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v4.1.0) (2024-05-01)
4+
5+
### Features
6+
7+
* [`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)
8+
9+
### Dependencies
10+
11+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v6.0.5): `[email protected]`
12+
13+
### Chores
14+
15+
* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys)
16+
* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys)
17+
* [`16cc199`](https://github.com/npm/npm-cli-release-please/commit/16cc199e421531623c9c2b0c7fb97d5d485119a9) [#271](https://github.com/npm/npm-cli-release-please/pull/271) deps-dev: bump ip from 2.0.0 to 2.0.1 (#271) (@dependabot[bot])
18+
* [`9b856b0`](https://github.com/npm/npm-cli-release-please/commit/9b856b00c1570669647abdf8f8def76f50c6a09b) update config (@lukekarrys)
19+
* [`0687383`](https://github.com/npm/npm-cli-release-please/commit/0687383bce69719d00f668dd4b8d6113083189d5) [#274](https://github.com/npm/npm-cli-release-please/pull/274) postinstall for dependabot template-oss PR (#274) (@lukekarrys)
20+
321
## [4.0.4](https://github.com/npm/npm-cli-release-please/compare/v4.0.3...v4.0.4) (2023-11-19)
422

523
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-cli-release-please",
3-
"version": "4.0.4",
3+
"version": "4.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

pkg1/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.0.5](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.4...pkg1-v6.0.5) (2024-05-01)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
9+
### Chores
10+
11+
* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys)
12+
* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys)
13+
314
## [6.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.3...pkg1-v6.0.4) (2023-11-19)
415

516
### Bug Fixes

pkg1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg1",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)