Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 20, 2022
1 parent d34c6e2 commit 7e682e5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,19 @@
## [1.0.0](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/compare/v0.1.0...v1.0.0) (2022-06-20)

### ⚠ BREAKING CHANGES

- - upgrade to react-docgen-typescript v2

* rework exports

### Features

- upgrade to react-docgen-typescript v2
([d34c6e2](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/commit/d34c6e27a247f9d637fe6936b47070a22c2d10d1))

### Bug Fixes

- **readme:** useDynamicImport may return null
([#3](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/issues/3))
([#4](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/issues/4))
([3278ff2](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/commit/3278ff2dac5d23bcd39ef23575bbf0dea94eccc3))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-react-docgen-typescript",
"version": "0.1.1",
"version": "1.0.0",
"description": "A small plugin that integrates react-docgen-typescript with docusaurus 2.x",
"keywords": [
"docusaurus",
Expand Down

0 comments on commit 7e682e5

Please sign in to comment.