We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d74ff commit ae6d7feCopy full SHA for ae6d7fe
CHANGELOG.md
@@ -7,10 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+None
11
+
12
+## [0.2.0] - 2021-04-23
13
14
### Added
15
-### Changed
16
+- Skip API extraction from packages with `skipAPIExtraction` option in `analyzeRegistryPackage`
17
18
+## [0.1.0] - 2021-04-20
19
20
+### Added
21
-### Removed
22
+- Initial release
23
-[unreleased]: https://github.com/jsdocs-io/extractor/compare/v1.0.0...HEAD
24
+[unreleased]: https://github.com/jsdocs-io/extractor/compare/v0.2.0...HEAD
25
+[0.2.0]: https://github.com/jsdocs-io/extractor/compare/v0.1.0...v0.2.0
26
+[0.1.0]: https://github.com/jsdocs-io/extractor/releases/tag/v0.1.0
0 commit comments