Skip to content

Commit b89f0aa

Browse files
authored
Merge pull request #4 from case-contract-testing/release-please--branches--main--components--example-extractor
chore: release example-extractor (main) 0.0.3
2 parents 853679b + 7bdccc2 commit b89f0aa

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/case-contract-testing/example-extractor/compare/example-extractor-v0.0.2...example-extractor-v0.0.3) (2024-06-01)
4+
5+
6+
### Features
7+
8+
* Add ability to exclude parts of an example with ignore-extract and end-ignore ([759b3b7](https://github.com/case-contract-testing/example-extractor/commit/759b3b7986a0aa9eb46d4c1e6682ac83deccfd25))
9+
10+
11+
### Bug Fixes
12+
13+
* Examples can also be terminated by the end of a file ([853679b](https://github.com/case-contract-testing/example-extractor/commit/853679b2d9225305bd787ab3ee193cda170b1a4b))
14+
315
## [0.0.2](https://github.com/case-contract-testing/example-extractor/compare/example-extractor-v0.0.1...example-extractor-v0.0.2) (2024-05-29)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-extractor",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"description": "Extract documentation examples from real source code",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)