diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..933950f --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 8380239..0d4ddb4 100644 --- a/package.json +++ b/package.json @@ -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": {