File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.1.7] ( https://github.com/inspect-js/which-typed-array/compare/v1.1.6...v1.1.7 ) - 2021-08-30
9
+
10
+ ### Commits
11
+
12
+ - [ Refactor] use ` globalThis ` if available [ ` 2a16d1f ` ] ( https://github.com/inspect-js/which-typed-array/commit/2a16d1fd520871ce6b23c60f0bd2113cf33b2533 )
13
+ - [ meta] changelog cleanup [ ` ba99f56 ` ] ( https://github.com/inspect-js/which-typed-array/commit/ba99f56b45e6acde7aef4a1f34bb00e44088ccee )
14
+ - [ Dev Deps] update ` @ljharb/eslint-config ` [ ` 19a6e04 ` ] ( https://github.com/inspect-js/which-typed-array/commit/19a6e04ce0094fb3fd6d0d2cbc58d320556ddf50 )
15
+ - [ Deps] update ` available-typed-arrays ` [ ` 50dbc58 ` ] ( https://github.com/inspect-js/which-typed-array/commit/50dbc5810a24c468b49409e1f0a79d03501e3dd6 )
16
+ - [ Deps] update ` is-typed-array ` [ ` c1b83ea ` ] ( https://github.com/inspect-js/which-typed-array/commit/c1b83eae65f042e46b6ae941ac4e814b7965a0f7 )
17
+
8
18
## [ v1.1.6] ( https://github.com/inspect-js/which-typed-array/compare/v1.1.5...v1.1.6 ) - 2021-08-06
9
19
10
20
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " which-typed-array" ,
3
- "version" : " 1.1.6 " ,
3
+ "version" : " 1.1.7 " ,
4
4
"author" : {
5
5
"name" : " Jordan Harband" ,
6
6
You can’t perform that action at this time.
0 commit comments