Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 25, 2024
1 parent 42206e0 commit 77331c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGES for `@es-joy/jsdoccomment`

## 0.50.0

BREAKING CHANGES:
- Require Node 18+

- chore: add `.d.cts` file / add type dependencies (#19)
- test(ci): drop Node 16.x and add Node 22.x

## 0.49.0

- fix: avoid changing `name` for `@template`; should be able to recover
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": "@es-joy/jsdoccomment",
"version": "0.49.0",
"version": "0.50.0",
"author": "Brett Zamir <[email protected]>",
"contributors": [],
"description": "Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment along with other jsdoc utilities",
Expand Down

0 comments on commit 77331c2

Please sign in to comment.