Skip to content

Commit

Permalink
chore: release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Apr 21, 2024
1 parent 1469e1a commit a3aa546
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.0.1"
".": "5.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.0.2](https://github.com/npm/write-file-atomic/compare/v5.0.1...v5.0.2) (2024-04-21)

### Chores

* [`1469e1a`](https://github.com/npm/write-file-atomic/commit/1469e1a1274b5341b87a2b6cba5b638f5f0304b7) [#193](https://github.com/npm/write-file-atomic/pull/193) postinstall for dependabot template-oss PR (@lukekarrys)
* [`27ebf3c`](https://github.com/npm/write-file-atomic/commit/27ebf3c0f8733d7690715bb660f7af2297ced8e7) [#193](https://github.com/npm/write-file-atomic/pull/193) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [5.0.1](https://github.com/npm/write-file-atomic/compare/v5.0.0...v5.0.1) (2023-04-26)

### Dependencies
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": "write-file-atomic",
"version": "5.0.1",
"version": "5.0.2",
"description": "Write files in an atomic fashion w/configurable ownership",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit a3aa546

Please sign in to comment.