Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-04-28)

### ⚠ BREAKING CHANGES

* export node and browser test harnesses

### Features

* export node and browser test harnesses ([9b94dfb](9b94dfb))

### Bug Fixes

* use a bin ([96c16a2](96c16a2))

### Trivial Changes

* fix windows ([bb56ffb](bb56ffb))
* increase ci timeout ([167d2e0](167d2e0))
* increase ci timeout ([1f84141](1f84141))
* initial import ([87f2b2c](87f2b2c))
* update project config ([c32fc03](c32fc03))

### Documentation

* update readme ([ce16423](ce16423))
* update readme ([d1077e8](d1077e8))
  • Loading branch information
semantic-release-bot committed Apr 28, 2023
1 parent ce16423 commit a91145b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## 1.0.0 (2023-04-28)


### ⚠ BREAKING CHANGES

* export node and browser test harnesses

### Features

* export node and browser test harnesses ([9b94dfb](https://github.com/ipfs-examples/test-ipfs-example/commit/9b94dfb43952decbef554e747c15a221e906868e))


### Bug Fixes

* use a bin ([96c16a2](https://github.com/ipfs-examples/test-ipfs-example/commit/96c16a2283988e24fe61e1d8bce668fee63f5377))


### Trivial Changes

* fix windows ([bb56ffb](https://github.com/ipfs-examples/test-ipfs-example/commit/bb56ffbbccb35ce65b69ee21ed970b9ec782e0dd))
* increase ci timeout ([167d2e0](https://github.com/ipfs-examples/test-ipfs-example/commit/167d2e098610393a53ed505957b208d708d65478))
* increase ci timeout ([1f84141](https://github.com/ipfs-examples/test-ipfs-example/commit/1f84141a4c6c1df9e856f7e0ec211dd9396111ea))
* initial import ([87f2b2c](https://github.com/ipfs-examples/test-ipfs-example/commit/87f2b2c88a86245aee8fa503cc6df7f964f6e7c3))
* update project config ([c32fc03](https://github.com/ipfs-examples/test-ipfs-example/commit/c32fc03a23d711f9c0bb5b2b286c99de3261819a))


### Documentation

* update readme ([ce16423](https://github.com/ipfs-examples/test-ipfs-example/commit/ce16423b55ba5376ae9b415e97ef482d4ebcac77))
* update readme ([d1077e8](https://github.com/ipfs-examples/test-ipfs-example/commit/d1077e84f5480ad70bdc74a4cc635a43eb6e9d15))
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": "3.0.0",
"version": "1.0.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 a91145b

Please sign in to comment.