Skip to content

Commit

Permalink
Merge pull request #4 from case-contract-testing/release-please--bran…
Browse files Browse the repository at this point in the history
…ches--main--components--example-extractor

chore: release  example-extractor (main) 0.0.3
  • Loading branch information
TimothyJones authored Jun 1, 2024
2 parents 853679b + 7bdccc2 commit b89f0aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)


### Features

* 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))


### Bug Fixes

* Examples can also be terminated by the end of a file ([853679b](https://github.com/case-contract-testing/example-extractor/commit/853679b2d9225305bd787ab3ee193cda170b1a4b))

## [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)


Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-extractor",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"description": "Extract documentation examples from real source code",
"main": "dist/index.js",
Expand Down

0 comments on commit b89f0aa

Please sign in to comment.