Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#13)
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 Aug 22, 2022
1 parent 2718347 commit 0665686
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [2.0.0](https://github.com/npm/unique-filename/compare/v1.1.1...v2.0.0) (2022-08-22)


### ⚠ BREAKING CHANGES

* Sets node engines to `^12.13.0 || ^14.15.0 || >=16.0.0`

### Dependencies

* @npmcli/template-oss@3.5.0 ([#12](https://github.com/npm/unique-filename/issues/12)) ([96e4711](https://github.com/npm/unique-filename/commit/96e47114071454bf7580b9e9509173ec59f03dff))


### Documentation

* fix readme examples ([#14](https://github.com/npm/unique-filename/issues/14)) ([2718347](https://github.com/npm/unique-filename/commit/27183475b1f346516723065548c0989a8ac478c1))
* fix typo ([#8](https://github.com/npm/unique-filename/issues/8)) ([10f8420](https://github.com/npm/unique-filename/commit/10f8420abb1bb88d7bb8a508b9a0de622b302885))
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": "1.1.1",
"version": "2.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 0665686

Please sign in to comment.