Skip to content

Commit

Permalink
chore: release 3.0.1
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 5019e3b commit 271cb95
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 @@
{
".": "3.0.0"
".": "3.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/npm/unique-filename/compare/v3.0.0...v3.0.1) (2024-04-21)

### Chores

* [`5019e3b`](https://github.com/npm/unique-filename/commit/5019e3b3e02041fbba1ac29f73ce993bdf97ed19) [#73](https://github.com/npm/unique-filename/pull/73) postinstall for dependabot template-oss PR (@lukekarrys)
* [`679ae7b`](https://github.com/npm/unique-filename/commit/679ae7b78abb1dfe1eb7386e1de6e59434abd479) [#73](https://github.com/npm/unique-filename/pull/73) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [3.0.0](https://github.com/npm/unique-filename/compare/v2.0.1...v3.0.0) (2022-10-14)

### ⚠️ BREAKING CHANGES
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": "unique-filename",
"version": "3.0.0",
"version": "3.0.1",
"description": "Generate a unique filename for use in temporary directories or caches.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 271cb95

Please sign in to comment.