Skip to content

Commit

Permalink
chore: release 3.0.0 (#94)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.0](v2.0.0...v3.0.0)
(2024-09-24)
### ⚠️ BREAKING CHANGES
* `abbrev` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`e2c25c1`](e2c25c1)
[#92](#92) align to npm 10 node
engine range (@hashtagchris)
### Chores
*
[`9d4e497`](9d4e497)
[#97](#97) enable auto publish
(#97) (@reggi)
*
[`b4c7e46`](b4c7e46)
[#93](#93) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`faa9bf1`](faa9bf1)
[#92](#92) run template-oss-apply
(@hashtagchris)
*
[`ff93548`](ff93548)
[#80](#80) bump
@npmcli/template-oss to 4.22.0 (@lukekarrys)
*
[`2369d5d`](2369d5d)
[#95](#95) postinstall for
dependabot template-oss PR (@hashtagchris)
*
[`090138a`](090138a)
[#95](#95) bump
@npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
1 parent 9d4e497 commit 89e72e3
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
".": "2.0.0"
".": "3.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.0](https://github.com/npm/abbrev-js/compare/v2.0.0...v3.0.0) (2024-09-24)
### ⚠️ BREAKING CHANGES
* `abbrev` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`e2c25c1`](https://github.com/npm/abbrev-js/commit/e2c25c107a176aebb63c6586ef27077cb19bdc46) [#92](https://github.com/npm/abbrev-js/pull/92) align to npm 10 node engine range (@hashtagchris)
### Chores
* [`9d4e497`](https://github.com/npm/abbrev-js/commit/9d4e4979085ac9ba500be5daf4a26c09e063008d) [#97](https://github.com/npm/abbrev-js/pull/97) enable auto publish (#97) (@reggi)
* [`b4c7e46`](https://github.com/npm/abbrev-js/commit/b4c7e46a9a4a415320218b7257c933c50183cb44) [#93](https://github.com/npm/abbrev-js/pull/93) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
* [`faa9bf1`](https://github.com/npm/abbrev-js/commit/faa9bf1a17cd867a9a70b935aab578b17d2d09c7) [#92](https://github.com/npm/abbrev-js/pull/92) run template-oss-apply (@hashtagchris)
* [`ff93548`](https://github.com/npm/abbrev-js/commit/ff935484714f82c879ee6e2c50bc34fc2a8be922) [#80](https://github.com/npm/abbrev-js/pull/80) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`2369d5d`](https://github.com/npm/abbrev-js/commit/2369d5dcbd053c57b4ac37173f62cc70ad327fe8) [#95](https://github.com/npm/abbrev-js/pull/95) postinstall for dependabot template-oss PR (@hashtagchris)
* [`090138a`](https://github.com/npm/abbrev-js/commit/090138aa088aa659e60f45f6c45edc96a0c1f122) [#95](https://github.com/npm/abbrev-js/pull/95) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot])

## [2.0.0](https://github.com/npm/abbrev-js/compare/v1.1.1...v2.0.0) (2022-10-31)

### ⚠️ BREAKING CHANGES
Expand Down
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": "2.0.0",
"version": "3.0.0",
"description": "Like ruby's abbrev module, but in js",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit 89e72e3

Please sign in to comment.