Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Nov 1, 2022
1 parent b658525 commit 107f7d0
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@
{
".": "1.1.1"
".": "2.0.0"
}
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/abbrev-js/compare/v1.1.1...v2.0.0) (2022-10-31)

### ⚠️ BREAKING CHANGES

* Refactored with the following breaking changes:
- `abbrev` is now compatible with the following semver range for node:
`^14.17.0 || ^16.13.0 || >=18.0.0`
- `monkeyPatch` API has been removed

### Features

* [`602c0fe`](https://github.com/npm/abbrev-js/commit/602c0feb27f370588b3659781f8f1d52b80df3a7) add @npmcli/template-oss (#36) (@lukekarrys)

### Bug Fixes

* [`b658525`](https://github.com/npm/abbrev-js/commit/b658525ebcddbe4dc8c672a48ec6012299e5791d) replace deprecated String.prototype.substr() (#38) (@CommanderRoot)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abbrev",
"version": "1.1.1",
"version": "2.0.0",
"description": "Like ruby's abbrev module, but in js",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit 107f7d0

Please sign in to comment.