Skip to content

Commit

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


## [5.2.1](v5.2.0...v5.2.1)
(2024-09-17)
### Bug Fixes
*
[`962b9e1`](962b9e1)
[#119](#119) hidden dir path
clean up corrected (#119) (@milaninfy)
### Chores
*
[`e26e236`](e26e236)
[#118](#118) postinstall for
dependabot template-oss PR (@hashtagchris)
*
[`8a7714b`](8a7714b)
[#118](#118) bump
@npmcli/template-oss from 4.23.1 to 4.23.3 (@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>
  • Loading branch information
github-actions[bot] authored Sep 17, 2024
1 parent 962b9e1 commit 3426666
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@
{
".": "5.2.0"
".": "5.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.2.1](https://github.com/npm/package-json/compare/v5.2.0...v5.2.1) (2024-09-17)
### Bug Fixes
* [`962b9e1`](https://github.com/npm/package-json/commit/962b9e10f4bea86431ff051b8c05c9c22e1053d9) [#119](https://github.com/npm/package-json/pull/119) hidden dir path clean up corrected (#119) (@milaninfy)
### Chores
* [`e26e236`](https://github.com/npm/package-json/commit/e26e2367ddbf5bacdddce476c75bf3611c549657) [#118](https://github.com/npm/package-json/pull/118) postinstall for dependabot template-oss PR (@hashtagchris)
* [`8a7714b`](https://github.com/npm/package-json/commit/8a7714b9903eb13bc0ae937beec16f67e9d5bed2) [#118](https://github.com/npm/package-json/pull/118) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

## [5.2.0](https://github.com/npm/package-json/compare/v5.1.1...v5.2.0) (2024-06-03)

### Features
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": "5.2.0",
"version": "5.2.1",
"description": "Programmatic API to update package.json",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 3426666

Please sign in to comment.