From 00c71685d01fd07496096261b2acb1a80e1e830a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 12:39:15 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] ## [1.1.0](https://github.com/ipfs-examples/test-ipfs-example/compare/v1.0.0...v1.1.0) (2023-10-25) ### Features * add output matcher ([#6](https://github.com/ipfs-examples/test-ipfs-example/issues/6)) ([388f0c7](https://github.com/ipfs-examples/test-ipfs-example/commit/388f0c7e5785d6f219394fd286814318b1d67af7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceefb3e..be2936c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.0](https://github.com/ipfs-examples/test-ipfs-example/compare/v1.0.0...v1.1.0) (2023-10-25) + + +### Features + +* add output matcher ([#6](https://github.com/ipfs-examples/test-ipfs-example/issues/6)) ([388f0c7](https://github.com/ipfs-examples/test-ipfs-example/commit/388f0c7e5785d6f219394fd286814318b1d67af7)) + ## 1.0.0 (2023-04-28) diff --git a/package.json b/package.json index a3e1593..b7cd7c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test-ipfs-example", - "version": "1.0.0", + "version": "1.1.0", "description": "A test suite for testing examples using playwright for browsers and simple output matching for node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs-examples/test-ipfs-example#readme",