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 (2022-12-20)

### Bug Fixes

* **benchmark:** fix firefox benchmark ([7498cc8](7498cc8))
* broken tests ([ad0dbe2](ad0dbe2))
* browser benchmark ([0ee45db](0ee45db))
* browser benchmark import ([a200f98](a200f98))
* oops wrong units ([71a70a1](71a70a1))

### Features

* add browser benchmarks via playwright ([8649746](8649746))

### Performance Improvements

* benchmark messagechannel ([48d1273](48d1273))
* improve perfs + test transfer support ([a30fe86](a30fe86))
* optimize hasTransferables, getTransferables, and getTransferable ([af9be28](af9be28))
  • Loading branch information
semantic-release-bot committed Dec 20, 2022
1 parent 8613a77 commit fce34fd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 1.0.0 (2022-12-20)


### Bug Fixes

* **benchmark:** fix firefox benchmark ([7498cc8](https://github.com/okikio/transferables/commit/7498cc81dae26e253baac9f217856ad25e5a525a))
* broken tests ([ad0dbe2](https://github.com/okikio/transferables/commit/ad0dbe22946382352b20201d37367f785d19ace2))
* browser benchmark ([0ee45db](https://github.com/okikio/transferables/commit/0ee45dbad87f284e5cea99f7823e1d85f6c012d2))
* browser benchmark import ([a200f98](https://github.com/okikio/transferables/commit/a200f98146417d3e60f0bfa7f87e40bc33320299))
* oops wrong units ([71a70a1](https://github.com/okikio/transferables/commit/71a70a1310c541d1fb8ab0bdd20b575099a0754d))


### Features

* add browser benchmarks via playwright ([8649746](https://github.com/okikio/transferables/commit/8649746d0fab36ea2ed2d0353571d8de9e7b21d0))


### Performance Improvements

* benchmark messagechannel ([48d1273](https://github.com/okikio/transferables/commit/48d1273fd5ec812168a8394a8e98f9997c76a962))
* improve perfs + test transfer support ([a30fe86](https://github.com/okikio/transferables/commit/a30fe86f3bf9ff823db5430d9708cf568a70e42c))
* optimize hasTransferables, getTransferables, and getTransferable ([af9be28](https://github.com/okikio/transferables/commit/af9be28071c43d05d188719eadac3f884c0d945d))

0 comments on commit fce34fd

Please sign in to comment.