diff --git a/CHANGELOG.md b/CHANGELOG.md index e333f5a..021f0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/compare/v1.0.0...v1.0.1) (2022-06-28) + +### Bug Fixes + +- fix workflow + ([9fd7108](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/commit/9fd7108f4c7e23ed8b5a34194e1722aa959b7dc4)) + ## [1.0.0](https://github.com/atomicpages/docusaurus-plugin-react-docgen-typescript/compare/v0.1.0...v1.0.0) (2022-06-20) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index d1e0c58..3ee1c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "docusaurus-plugin-react-docgen-typescript", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "docusaurus-plugin-react-docgen-typescript", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "glob": "^8.0.3" diff --git a/package.json b/package.json index 6c7d3fa..7045985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-plugin-react-docgen-typescript", - "version": "1.0.0", + "version": "1.0.1", "description": "A small plugin that integrates react-docgen-typescript with docusaurus 2.x", "keywords": [ "docusaurus",