Skip to content

Commit

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


##
[4.0.0](v3.0.0...v4.0.0)
(2024-09-25)
### ⚠️ BREAKING CHANGES
* `unique-filename` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`94b387c`](94b387c)
[#86](#86) align to npm 10
node engine range (@reggi)
### Dependencies
*
[`194c3ef`](194c3ef)
[#86](#86)
`[email protected]`
### Chores
*
[`7f96619`](7f96619)
[#86](#86) run
template-oss-apply (@reggi)
*
[`3bda296`](3bda296)
[#85](#85) enable auto
publish (#85) (@reggi)
*
[`5b25a8b`](5b25a8b)
[#83](#83) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`83cd1d9`](83cd1d9)
[#74](#74) bump
@npmcli/template-oss to 4.22.0 (@lukekarrys)
*
[`2372b8f`](2372b8f)
[#84](#84) postinstall for
dependabot template-oss PR (@hashtagchris)
*
[`813e0db`](813e0db)
[#84](#84) 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 26, 2024
1 parent 194c3ef commit 938ae3b
Show file tree
Hide file tree
Showing 3 changed files with 17 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"
".": "4.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.0.0](https://github.com/npm/unique-filename/compare/v3.0.0...v4.0.0) (2024-09-25)
### ⚠️ BREAKING CHANGES
* `unique-filename` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`94b387c`](https://github.com/npm/unique-filename/commit/94b387c047141ae3490cace0273a6a69704a7f62) [#86](https://github.com/npm/unique-filename/pull/86) align to npm 10 node engine range (@reggi)
### Dependencies
* [`194c3ef`](https://github.com/npm/unique-filename/commit/194c3ef668a9f1b6bcc5d638f63a018719a29949) [#86](https://github.com/npm/unique-filename/pull/86) `[email protected]`
### Chores
* [`7f96619`](https://github.com/npm/unique-filename/commit/7f96619b509f7ee64785bd90aea50721da6eee85) [#86](https://github.com/npm/unique-filename/pull/86) run template-oss-apply (@reggi)
* [`3bda296`](https://github.com/npm/unique-filename/commit/3bda296241f166f9875ad4418a217b716459f44a) [#85](https://github.com/npm/unique-filename/pull/85) enable auto publish (#85) (@reggi)
* [`5b25a8b`](https://github.com/npm/unique-filename/commit/5b25a8b73aefdf8fe223779e13b335bb9a598222) [#83](https://github.com/npm/unique-filename/pull/83) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
* [`83cd1d9`](https://github.com/npm/unique-filename/commit/83cd1d97efb29fe67cd609a8af0ffaa84c703dff) [#74](https://github.com/npm/unique-filename/pull/74) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`2372b8f`](https://github.com/npm/unique-filename/commit/2372b8fcd93d29275c86131f864cbe79d70c9df0) [#84](https://github.com/npm/unique-filename/pull/84) postinstall for dependabot template-oss PR (@hashtagchris)
* [`813e0db`](https://github.com/npm/unique-filename/commit/813e0db42757bfe2e14f09739a6a499416b20cd2) [#84](https://github.com/npm/unique-filename/pull/84) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@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": "4.0.0",
"description": "Generate a unique filename for use in temporary directories or caches.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 938ae3b

Please sign in to comment.