Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.1...v1.3.0) (2024-04-23)

### Features

* support testing on bun ([#18](#18)) ([73085b7](73085b7))

### Trivial Changes

* update workflow ([b3f87d5](b3f87d5))
  • Loading branch information
semantic-release-bot committed Apr 23, 2024
1 parent b3f87d5 commit 0216fac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.3.0](https://github.com/ipfs-examples/test-ipfs-example/compare/v1.2.1...v1.3.0) (2024-04-23)


### Features

* support testing on bun ([#18](https://github.com/ipfs-examples/test-ipfs-example/issues/18)) ([73085b7](https://github.com/ipfs-examples/test-ipfs-example/commit/73085b73586330cf9980568ee2766b64e945b4f3))


### Trivial Changes

* update workflow ([b3f87d5](https://github.com/ipfs-examples/test-ipfs-example/commit/b3f87d54832d97661396bed2b96b91081028e345))

## [1.2.1](https://github.com/ipfs-examples/test-ipfs-example/compare/v1.2.0...v1.2.1) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-ipfs-example",
"version": "1.2.1",
"version": "1.3.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",
Expand Down

0 comments on commit 0216fac

Please sign in to comment.