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",