From 7bdccc2b7a40dfff5132a83e8b063860d10baca5 Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Sat, 1 Jun 2024 14:25:22 +1000 Subject: [PATCH] chore: release example-extractor (main) 0.0.3 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1d14e..57ebaf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5d7af17..f99ebe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "example-extractor", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "example-extractor", - "version": "0.0.2", + "version": "0.0.3", "license": "BSD-3-Clause", "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index 5ce0a7b..0b7a63b 100644 --- a/package.json +++ b/package.json @@ -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",