Skip to content

Commit

Permalink
chore: release 3.0.0 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 14, 2022
1 parent 50d9443 commit 49d999e
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@
{
".": "2.0.1"
".": "3.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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

### ⚠️ BREAKING CHANGES

* `unique-filename` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`6412fef`](https://github.com/npm/unique-filename/commit/6412fef797b004c4029e963510cba63012abedbd) [#26](https://github.com/npm/unique-filename/pull/26) postinstall for dependabot template-oss PR (@lukekarrys)

### Dependencies

* [`50d9443`](https://github.com/npm/unique-filename/commit/50d9443f1df8e3a172114f7c08596c345a99f1ea) [#32](https://github.com/npm/unique-filename/pull/32) bump unique-slug from 3.0.0 to 4.0.0

## [2.0.1](https://github.com/npm/unique-filename/compare/v2.0.0...v2.0.1) (2022-08-25)


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": "2.0.1",
"version": "3.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 49d999e

Please sign in to comment.