From bdddae181917acbe9be08f9c8828f882d388c320 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Oct 2024 15:16:17 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/ipfs-examples/test-ipfs-example/compare/v1.3.1...v1.3.2) (2024-10-08) ### Bug Fixes * tolerate failure to install browsers ([#30](https://github.com/ipfs-examples/test-ipfs-example/issues/30)) ([67b4dbd](https://github.com/ipfs-examples/test-ipfs-example/commit/67b4dbdea07496947939606b40efef76ab63d54b)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a14798b..b05402e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.2](https://github.com/ipfs-examples/test-ipfs-example/compare/v1.3.1...v1.3.2) (2024-10-08) + +### Bug Fixes + +* tolerate failure to install browsers ([#30](https://github.com/ipfs-examples/test-ipfs-example/issues/30)) ([67b4dbd](https://github.com/ipfs-examples/test-ipfs-example/commit/67b4dbdea07496947939606b40efef76ab63d54b)) + ## [1.3.1](https://github.com/ipfs-examples/test-ipfs-example/compare/v1.3.0...v1.3.1) (2024-10-08) ### Dependencies diff --git a/package.json b/package.json index 87e44d9..74fd3f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test-ipfs-example", - "version": "1.3.1", + "version": "1.3.2", "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",