Skip to content

Commit 42073e2

Browse files
committed
Prep for v13.1.0
1 parent bae93c3 commit 42073e2

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ Breaking changes:
88

99
New features:
1010

11-
- `Data.ArrayBuffer.Cast` (#46 by @jamesdbrock)
12-
1311
Bugfixes:
1412

1513
Other improvements:
1614

15+
## [v13.1.0](https://github.com/purescript-contrib/purescript-arraybuffer/releases/tag/v13.1.0) - 2022-12-01
16+
17+
New features:
18+
19+
- `Data.ArrayBuffer.Cast` (#46 by @jamesdbrock)
20+
1721
## [v13.0.0](https://github.com/purescript-contrib/purescript-arraybuffer/releases/tag/v13.0.0) - 2022-04-27
1822

1923
Breaking Changes:

bower.json

+28-31
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
{
2-
"name": "purescript-arraybuffer",
3-
"license": [
4-
"MIT"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/purescript-contrib/purescript-arraybuffer"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-arraybuffer-types": "^3.0.2",
18-
"purescript-arrays": "^7.0.0",
19-
"purescript-effect": "^4.0.0",
20-
"purescript-float32": "^2.0.0",
21-
"purescript-functions": "^6.0.0",
22-
"purescript-gen": "^4.0.0",
23-
"purescript-maybe": "^6.0.0",
24-
"purescript-nullable": "^6.0.0",
25-
"purescript-prelude": "^6.0.0",
26-
"purescript-tailrec": "^6.0.0",
27-
"purescript-uint": "^7.0.0",
28-
"purescript-unfoldable": "^6.0.0"
29-
},
30-
"devDependencies": {
31-
"purescript-quickcheck-laws": "^7.0.0"
32-
}
2+
"name": "purescript-arraybuffer",
3+
"license": [
4+
"MIT"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/purescript-contrib/purescript-arraybuffer"
9+
},
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"output"
15+
],
16+
"dependencies": {
17+
"purescript-arraybuffer-types": "^v3.0.2",
18+
"purescript-arrays": "^v7.1.0",
19+
"purescript-effect": "^v4.0.0",
20+
"purescript-float32": "^v2.0.0",
21+
"purescript-functions": "^v6.0.0",
22+
"purescript-gen": "^v4.0.0",
23+
"purescript-maybe": "^v6.0.0",
24+
"purescript-nullable": "^v6.0.0",
25+
"purescript-prelude": "^v6.0.1",
26+
"purescript-tailrec": "^v6.1.0",
27+
"purescript-uint": "^v7.0.0",
28+
"purescript-unfoldable": "^v6.0.0"
29+
}
3330
}

0 commit comments

Comments
 (0)