Skip to content

Commit 57f7f25

Browse files
chore: release 5.1.0 (#95)
🤖 I have created a release *beep* *boop* --- ## [5.1.0](v5.0.3...v5.1.0) (2024-04-22) ### Features * [`17788d0`](17788d0) [#96](#96) add fromContent method to set contents directly (#96) (@lukekarrys) ### Chores * [`9597b84`](9597b84) [#94](#94) postinstall for dependabot template-oss PR (@lukekarrys) * [`5e20e64`](5e20e64) [#94](#94) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17788d0 commit 57f7f25

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.3"
2+
".": "5.1.0"
33
}

CHANGELOG.md

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

3+
## [5.1.0](https://github.com/npm/package-json/compare/v5.0.3...v5.1.0) (2024-04-22)
4+
5+
### Features
6+
7+
* [`17788d0`](https://github.com/npm/package-json/commit/17788d06aff54a4222ef61a35db8f113fc16de54) [#96](https://github.com/npm/package-json/pull/96) add fromContent method to set contents directly (#96) (@lukekarrys)
8+
9+
### Chores
10+
11+
* [`9597b84`](https://github.com/npm/package-json/commit/9597b8465c303081af34d49e25e6c3dbe6b8c524) [#94](https://github.com/npm/package-json/pull/94) postinstall for dependabot template-oss PR (@lukekarrys)
12+
* [`5e20e64`](https://github.com/npm/package-json/commit/5e20e64a7ce0a0ef1fe799751d02720bb69587b3) [#94](https://github.com/npm/package-json/pull/94) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
13+
314
## [5.0.3](https://github.com/npm/package-json/compare/v5.0.2...v5.0.3) (2024-04-12)
415

516
### Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/package-json",
3-
"version": "5.0.3",
3+
"version": "5.1.0",
44
"description": "Programmatic API to update package.json",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)