Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2023-02-16)

### Performance Improvements

* optimize streams check ([c5c0091](c5c0091))
* use `ArrayBuffer.isView(..)` for `isTypedArray(...)` ([d9ec09c](d9ec09c))
  • Loading branch information
semantic-release-bot committed Feb 16, 2023
1 parent 135b60d commit 3291d63
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.3](https://github.com/okikio/transferables/compare/v1.0.2...v1.0.3) (2023-02-16)


### Performance Improvements

* optimize streams check ([c5c0091](https://github.com/okikio/transferables/commit/c5c00910314eb25ee008a47fe5970df86f6bf1c1))
* use `ArrayBuffer.isView(..)` for `isTypedArray(...)` ([d9ec09c](https://github.com/okikio/transferables/commit/d9ec09c03542a9959fdff5db7bb4fb3f026b4f3b))

## [1.0.2](https://github.com/okikio/transferables/compare/v1.0.1...v1.0.2) (2022-12-27)


Expand Down

0 comments on commit 3291d63

Please sign in to comment.