Skip to content

Commit a3aa546

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 5.0.2
1 parent 1469e1a commit a3aa546

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.1"
2+
".": "5.0.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.0.2](https://github.com/npm/write-file-atomic/compare/v5.0.1...v5.0.2) (2024-04-21)
4+
5+
### Chores
6+
7+
* [`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)
8+
* [`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])
9+
310
## [5.0.1](https://github.com/npm/write-file-atomic/compare/v5.0.0...v5.0.1) (2023-04-26)
411

512
### Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "write-file-atomic",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Write files in an atomic fashion w/configurable ownership",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)