Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](8.0.0...9.0.0) (2024-04-09)

### Bug Fixes

* consider jsdocIgnoreTags when calculating lengths ([515e3a5](515e3a5))
* update dependencies ([0623001](0623001))

### Features

* implement jsdocIgnoreTags ([55b96db](55b96db))

### BREAKING CHANGES

* For those extending the plugin, getLengthsData now requires
the plugin options to be sent as a second parameter.
  • Loading branch information
semantic-release-bot committed Apr 9, 2024
1 parent a754f3b commit 7760f2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [9.0.0](https://github.com/homer0/prettier-plugin-jsdoc/compare/8.0.0...9.0.0) (2024-04-09)


### Bug Fixes

* consider jsdocIgnoreTags when calculating lengths ([515e3a5](https://github.com/homer0/prettier-plugin-jsdoc/commit/515e3a5b5dcf40733be87275a5cec8e7e1ba51a1))
* update dependencies ([0623001](https://github.com/homer0/prettier-plugin-jsdoc/commit/0623001231b63594385b01bab90d0fb271a816ad))


### Features

* implement jsdocIgnoreTags ([55b96db](https://github.com/homer0/prettier-plugin-jsdoc/commit/55b96db6d5ecb48436c3bb5bad768dde3c7d04df))


### BREAKING CHANGES

* For those extending the plugin, getLengthsData now requires
the plugin options to be sent as a second parameter.

# [8.0.0](https://github.com/homer0/prettier-plugin-jsdoc/compare/7.0.3...8.0.0) (2023-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@homer0/prettier-plugin-jsdoc",
"description": "A Prettier plugin to format JSDoc blocks",
"version": "8.0.0",
"version": "9.0.0",
"repository": "homer0/prettier-plugin-jsdoc",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
Expand Down

0 comments on commit 7760f2f

Please sign in to comment.