File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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/inspect-js/typed-array-byte-offset/compare/v1.0.1...v1.0.2 ) - 2024-02-20
9
+
10
+ ### Commits
11
+
12
+ - add types [ ` 9eecdd2 ` ] ( https://github.com/inspect-js/typed-array-byte-offset/commit/9eecdd245b089610d6ad49ef63c9df2b58c3e8a6 )
13
+ - [ actions] skip ls check on node < ; 10; remove redundant finisher [ ` 4fb4c91 ` ] ( https://github.com/inspect-js/typed-array-byte-offset/commit/4fb4c912f5eb8034f4e3705b30f3f7dcc7080039 )
14
+ - [ Deps] update ` available-typed-arrays ` , ` has-proto ` [ ` 805cee2 ` ] ( https://github.com/inspect-js/typed-array-byte-offset/commit/805cee207d73e12d526ff23d2c161f38283a1ed9 )
15
+
8
16
## [ v1.0.1] ( https://github.com/inspect-js/typed-array-byte-offset/compare/v1.0.0...v1.0.1 ) - 2024-02-17
9
17
10
18
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typed-array-byte-offset" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Robustly get the byte offset of a Typed Array" ,
5
5
"main" : " index.js" ,
6
6
"exports" : {
You can’t perform that action at this time.
0 commit comments