Skip to content

Commit

Permalink
chore: release 6.1.1 (#141)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [6.1.1](v6.1.0...v6.1.1)
(2025-01-21)
### Bug Fixes
*
[`526473b`](526473b)
[#139](#139) remove max-len
linting bypasses (@wraithgar)
*
[`2a7bbe5`](2a7bbe5)
[#139](#139) inline
normalize-package-data logic (@wraithgar)
*
[`2d320bc`](2d320bc)
[#140](#140) save when reverting
content (@wraithgar)
### Dependencies
*
[`6ea3a9d`](6ea3a9d)
[#139](#139) add
`[email protected]`
*
[`35152b6`](35152b6)
[#139](#139) remove
normalize-package-data
### Chores
*
[`0930f4e`](0930f4e)
[#139](#139)
`@npmcli/[email protected]` (@wraithgar)
*
[`1464adc`](1464adc)
[#140](#140) scope test fixture
package names (@wraithgar)
*
[`d722a1f`](d722a1f)
[#137](#137) bump
@npmcli/template-oss from 4.23.5 to 4.23.6 (#137) (@dependabot[bot],
@npm-cli-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>
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 526473b commit b6465f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.1.0"
".": "6.1.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.1.1](https://github.com/npm/package-json/compare/v6.1.0...v6.1.1) (2025-01-21)
### Bug Fixes
* [`526473b`](https://github.com/npm/package-json/commit/526473bf1f2fcb8b1b3c3af68f890df203ebe33d) [#139](https://github.com/npm/package-json/pull/139) remove max-len linting bypasses (@wraithgar)
* [`2a7bbe5`](https://github.com/npm/package-json/commit/2a7bbe5bc797f1bdba7c183b417e1a2bbfc33973) [#139](https://github.com/npm/package-json/pull/139) inline normalize-package-data logic (@wraithgar)
* [`2d320bc`](https://github.com/npm/package-json/commit/2d320bc4e4b8609037b19d31420464dd3c67b9d5) [#140](https://github.com/npm/package-json/pull/140) save when reverting content (@wraithgar)
### Dependencies
* [`6ea3a9d`](https://github.com/npm/package-json/commit/6ea3a9d336b42b613474b04dfe4eb44b65d95612) [#139](https://github.com/npm/package-json/pull/139) add `[email protected]`
* [`35152b6`](https://github.com/npm/package-json/commit/35152b6a647f0c6ff1caa4342ad5cec43b7881cd) [#139](https://github.com/npm/package-json/pull/139) remove normalize-package-data
### Chores
* [`0930f4e`](https://github.com/npm/package-json/commit/0930f4e5c8b02e6d8935f37ca7f46b492c3d1ef7) [#139](https://github.com/npm/package-json/pull/139) `@npmcli/[email protected]` (@wraithgar)
* [`1464adc`](https://github.com/npm/package-json/commit/1464adc74d7a8702b11b179f815d48eab10ec1cf) [#140](https://github.com/npm/package-json/pull/140) scope test fixture package names (@wraithgar)
* [`d722a1f`](https://github.com/npm/package-json/commit/d722a1f3ea30fffbc0ddc1fe01e02599f240f381) [#137](https://github.com/npm/package-json/pull/137) bump @npmcli/template-oss from 4.23.5 to 4.23.6 (#137) (@dependabot[bot], @npm-cli-bot)

## [6.1.0](https://github.com/npm/package-json/compare/v6.0.1...v6.1.0) (2024-11-27)
### Features
* [`4c22738`](https://github.com/npm/package-json/commit/4c22738d919e29a32ae20472f48837b65181c309) [#133](https://github.com/npm/package-json/pull/133) adds ability to sort package.json on save (#133) (@reggi, @wraithgar)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/package-json",
"version": "6.1.0",
"version": "6.1.1",
"description": "Programmatic API to update package.json",
"keywords": [
"npm",
Expand Down

0 comments on commit b6465f4

Please sign in to comment.