From 784e0fc452852abf768044c5ff362c457e51af1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Jun 2022 03:37:02 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/prantlf/faucet/compare/v0.0.2...v1.0.0) (2022-06-05) ### Features * Upgrade TAP parser, overhaul formated output ([afbd39d](https://github.com/prantlf/faucet/commit/afbd39d2cee93faecfe028671858e41f2af156c7)) ### BREAKING CHANGES * The upgraded TAP parser 11.0 has different behaviour than the original 0.7. Programmatically, the "comment" event is triggered with the comment including the "# " prefix and the "results" event was renamed to "complete". Further optimisations of the formatted output reduce unnecessary text and render errors in a more legible way. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f59ec0c..5ddc1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.0.0](https://github.com/prantlf/faucet/compare/v0.0.2...v1.0.0) (2022-06-05) + + +### Features + +* Upgrade TAP parser, overhaul formated output ([afbd39d](https://github.com/prantlf/faucet/commit/afbd39d2cee93faecfe028671858e41f2af156c7)) + + +### BREAKING CHANGES + +* The upgraded TAP parser 11.0 has different behaviour than the original 0.7. Programmatically, the "comment" event is triggered with the comment including the "# " prefix and the "results" event was renamed to "complete". Further optimisations of the formatted output reduce unnecessary text and render errors in a more legible way. + ## [0.0.2](https://github.com/prantlf/faucet/compare/0.0.1...v0.0.2) (2020-02-07) ### Bug Fixes diff --git a/package.json b/package.json index f31f441..811d099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prantlf/faucet", - "version": "0.0.2", + "version": "1.0.0", "description": "Human-readable TAP summarizer", "author": { "name": "Ferdinand Prantl",