Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#20)
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] authored Aug 22, 2022
1 parent 3fbe00e commit 845863c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 845863c

Please sign in to comment.