Skip to content

Commit

Permalink
chore(release): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Jul 27, 2022
1 parent 63d2b6f commit 9b9fcd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

# [2.0.0](https://github.com/RealShadowNova/typedoc-json-parser/compare/v1.0.0...v2.0.0) - (2022-07-27)

## 🚀 Features

- **deps:** Update dependency `typedoc` to `0.23.8` (#19) ([63d2b6f](https://github.com/RealShadowNova/typedoc-json-parser/commit/63d2b6fe71067cc36070722b93dc4235fd1c3713))

### 💥 Breaking Changes:
- Updated dependency `typedoc` to `0.23.8`
- `CommentParser#tags` has been removed along with `#tags` in related interfaces. Use `#blockTags` and `#modifierTags` instead.
- `CommentParser#extendedDescription` has been removed and merged with `#description` along with related interfaces.


# [1.0.0](https://github.com/RealShadowNova/typedoc-json-parser/tree/v1.0.0) - (2022-06-09)

## 🚀 Features
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": "typedoc-json-parser",
"version": "1.0.0",
"version": "2.0.0",
"description": "A package to parse TypeDoc JSON output",
"author": "Hezekiah Hendry <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9b9fcd0

Please sign in to comment.