File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
17
## [ v1.0.1] ( https://github.com/ljharb/typed-array-buffer/compare/v1.0.0...v1.0.1 ) - 2024-02-06
9
18
10
19
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typed-array-buffer" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Get the ArrayBuffer out of a TypedArray, robustly." ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
You can’t perform that action at this time.
0 commit comments