Skip to content

Commit

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


## [6.1.0](v6.0.1...v6.1.0)
(2024-11-27)
### Features
*
[`4c22738`](4c22738)
[#133](#133) adds ability to
sort package.json on save (#133) (@reggi, @wraithgar)
### Chores
*
[`6fef3a2`](6fef3a2)
[#135](#135) bump
@npmcli/template-oss from 4.23.3 to 4.23.5 (#135) (@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 Nov 27, 2024
1 parent 6fef3a2 commit 79cb556
Show file tree
Hide file tree
Showing 3 changed files with 8 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.0.1"
".": "6.1.0"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [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)
### Chores
* [`6fef3a2`](https://github.com/npm/package-json/commit/6fef3a215378695bcf495b119c4fd5cccc576f44) [#135](https://github.com/npm/package-json/pull/135) bump @npmcli/template-oss from 4.23.3 to 4.23.5 (#135) (@dependabot[bot], @npm-cli-bot)

## [6.0.1](https://github.com/npm/package-json/compare/v6.0.0...v6.0.1) (2024-10-02)
### Dependencies
* [`25e2a76`](https://github.com/npm/package-json/commit/25e2a766e8af0a7ba45218ae8025616632ae5ee2) [#129](https://github.com/npm/package-json/pull/129) bump `@npmcli/git@6.0.0`
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.0.1",
"version": "6.1.0",
"description": "Programmatic API to update package.json",
"keywords": [
"npm",
Expand Down

0 comments on commit 79cb556

Please sign in to comment.