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 Dec 7, 2023
1 parent b4a14e6 commit 7692b6a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.0.1"
".": "5.0.2"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## [5.0.2](https://github.com/npm/write-file-atomic/compare/v5.0.1...v5.0.2) (2023-12-07)

### Chores

* [`b4a14e6`](https://github.com/npm/write-file-atomic/commit/b4a14e677267d3aea92eab11ea725c49fa37d66c) [#188](https://github.com/npm/write-file-atomic/pull/188) postinstall for dependabot template-oss PR (@lukekarrys)
* [`7aeac46`](https://github.com/npm/write-file-atomic/commit/7aeac4651174c9aac49f471bb377c390617e67bc) [#188](https://github.com/npm/write-file-atomic/pull/188) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
* [`20dddfb`](https://github.com/npm/write-file-atomic/commit/20dddfb17be2d6c7bab43a8a722e26d57a5de8d2) [#185](https://github.com/npm/write-file-atomic/pull/185) postinstall for dependabot template-oss PR (@lukekarrys)
* [`99ab99c`](https://github.com/npm/write-file-atomic/commit/99ab99cfc47f9fd1a0b78a1cbf5ee8c452aeeed5) [#185](https://github.com/npm/write-file-atomic/pull/185) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
* [`5398954`](https://github.com/npm/write-file-atomic/commit/539895448812c5d7e521f7d4277b57904363778c) [#167](https://github.com/npm/write-file-atomic/pull/167) postinstall for dependabot template-oss PR (@lukekarrys)
* [`40c13e1`](https://github.com/npm/write-file-atomic/commit/40c13e1e0aeeed81bd5aa2ca802f35ce51522a01) [#167](https://github.com/npm/write-file-atomic/pull/167) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
* [`1212f3e`](https://github.com/npm/write-file-atomic/commit/1212f3e3b04d4a8fca534353ad5274ec66063ea1) [#166](https://github.com/npm/write-file-atomic/pull/166) postinstall for dependabot template-oss PR (@lukekarrys)
* [`f5ebb92`](https://github.com/npm/write-file-atomic/commit/f5ebb926446d5de43cf68264ac60b1856dc817a5) [#166](https://github.com/npm/write-file-atomic/pull/166) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
* [`210cf20`](https://github.com/npm/write-file-atomic/commit/210cf205a0a74162b52386a86b734f52b5bb7896) [#165](https://github.com/npm/write-file-atomic/pull/165) postinstall for dependabot template-oss PR (@lukekarrys)
* [`bfe0922`](https://github.com/npm/write-file-atomic/commit/bfe092226362adcadd9c81f237a7a3352ebb9c98) [#165](https://github.com/npm/write-file-atomic/pull/165) bump @npmcli/template-oss from 4.17.0 to 4.18.0 (@dependabot[bot])
* [`f2e483e`](https://github.com/npm/write-file-atomic/commit/f2e483ebcb70aee36c389f201684d8109c44c51c) [#164](https://github.com/npm/write-file-atomic/pull/164) postinstall for dependabot template-oss PR (@lukekarrys)
* [`7ef2ddc`](https://github.com/npm/write-file-atomic/commit/7ef2ddc69ab70f28d3eaacfcc80c6f7881bab886) [#164](https://github.com/npm/write-file-atomic/pull/164) bump @npmcli/template-oss from 4.15.1 to 4.17.0 (@dependabot[bot])
* [`b4019bb`](https://github.com/npm/write-file-atomic/commit/b4019bb88e22f686b0a36643a7f6b54f1247089e) [#162](https://github.com/npm/write-file-atomic/pull/162) postinstall for dependabot template-oss PR (@lukekarrys)
* [`65fd6d1`](https://github.com/npm/write-file-atomic/commit/65fd6d142f71b805e4e967bb20c6ad38d5f606ce) [#162](https://github.com/npm/write-file-atomic/pull/162) bump @npmcli/template-oss from 4.14.1 to 4.15.1 (@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
@@ -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 7692b6a

Please sign in to comment.