From 845863cdc5b842e67815bc59a687275020581760 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 15:20:26 -0700 Subject: [PATCH] chore(main): release 3.0.0 (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c6e9181 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.0.0](https://github.com/npm/unique-slug/compare/v2.0.2...v3.0.0) (2022-08-22) + + +### ⚠ BREAKING CHANGES + +* sets node engines to `^12.13.0 || ^14.15.0 || >=16.0.0` + +### Bug Fixes + +* replace deprecated String.prototype.substr() ([bf77b3d](https://github.com/npm/unique-slug/commit/bf77b3dda91bcb15998071a917420ef6965089ad)) + + +### Dependencies + +* @npmcli/template-oss@3.5.0 ([9b51795](https://github.com/npm/unique-slug/commit/9b51795b546d31a50af30d6d5c78b2eed73dba11)) diff --git a/package.json b/package.json index 6ea24a6..3194408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unique-slug", - "version": "2.0.2", + "version": "3.0.0", "description": "Generate a unique character string suitible for use in files and URLs.", "main": "lib/index.js", "scripts": {