From 57f7f255a38c1cfdfe7374920e651abef2ac3418 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:49:45 -0700 Subject: [PATCH] chore: release 5.1.0 (#95) :robot: I have created a release *beep* *boop* --- ## [5.1.0](https://github.com/npm/package-json/compare/v5.0.3...v5.1.0) (2024-04-22) ### Features * [`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) ### Chores * [`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) * [`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]) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8d32fd..affd1ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.3" + ".": "5.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b77f35..e200a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.1.0](https://github.com/npm/package-json/compare/v5.0.3...v5.1.0) (2024-04-22) + +### Features + +* [`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) + +### Chores + +* [`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) +* [`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]) + ## [5.0.3](https://github.com/npm/package-json/compare/v5.0.2...v5.0.3) (2024-04-12) ### Dependencies diff --git a/package.json b/package.json index 51ff891..98236f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/package-json", - "version": "5.0.3", + "version": "5.1.0", "description": "Programmatic API to update package.json", "main": "lib/index.js", "files": [