Skip to content

Commit 6f046d7

Browse files
committed
v1.0.2
1 parent 23c6fba commit 6f046d7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.2](https://github.com/ljharb/typed-array-buffer/compare/v1.0.1...v1.0.2) - 2024-02-19
9+
10+
### Commits
11+
12+
- add types [`23c6fba`](https://github.com/ljharb/typed-array-buffer/commit/23c6fba167dbc8c1e9291eed3f68e64a5651075a)
13+
- [Deps] update `available-typed-arrays` [`5f68ba1`](https://github.com/ljharb/typed-array-buffer/commit/5f68ba1fdcd004af46d529fbb08220de2254cf43)
14+
- [Deps] update `call-bind` [`54a92ce`](https://github.com/ljharb/typed-array-buffer/commit/54a92ce4caf023c8680ffe64534ba881b78cdc17)
15+
- [Dev Deps] update `tape` [`b0b3342`](https://github.com/ljharb/typed-array-buffer/commit/b0b3342bcbefae5f3dff01b0e3734b08ca927f58)
16+
817
## [v1.0.1](https://github.com/ljharb/typed-array-buffer/compare/v1.0.0...v1.0.1) - 2024-02-06
918

1019
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-array-buffer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Get the ArrayBuffer out of a TypedArray, robustly.",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)