Skip to content

Commit d29c01f

Browse files
committed
prep for v11.0.2
1 parent 674d443 commit d29c01f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## Unreleased
5+
## v11.0.2
66

7-
@jamesdbrock Delete the `TypedArray` polyfill which was preventing this
7+
Delete the `TypedArray` polyfill which was preventing this
88
library from working with `purs bundle` v0.14.4.
99
https://github.com/purescript-contrib/purescript-arraybuffer/issues/34
1010

@@ -34,3 +34,4 @@ to the type declarations in your own dependent code:
3434
* Replace any `BytesPerValue a b` typeclass constraints with `BytesPerType a`.
3535

3636
We have also privatized `Typed.part'`. https://github.com/purescript-contrib/purescript-arraybuffer/issues/32
37+

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"output"
1515
],
1616
"dependencies": {
17-
"purescript-arraybuffer-types": "^v3.0.0",
17+
"purescript-arraybuffer-types": "^v3.0.1",
1818
"purescript-arrays": "^v6.0.1",
1919
"purescript-effect": "^v3.0.0",
2020
"purescript-float32": "^v1.0.0",

0 commit comments

Comments
 (0)