Skip to content

Commit

Permalink
docs(CHANGELOG): prepare for v8.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Mar 17, 2021
1 parent 3ff676c commit cef5b0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,13 @@

# CHANGELOG

## 8.0.6
- fix(ios, deviceType): support iOS-compiled app running on macOS (#1181, thanks @user-none!)
- fix(ios, isEmulator): correct emulator detection for arm64 simulator (#1180, thanks @Arkkeeper!)

## 8.0.5

fix: remove husky from postinstall entirely
- fix: remove husky from postinstall entirely

Apparently there is no way to conditionally run postinstall, and while
we really want husky for contributors here, we must not fail on install
Expand All @@ -13,7 +17,7 @@ even though it's a great package)

## 8.0.4

fix: prefix husky install with with npm or package install fails
- fix: prefix husky install with with npm or package install fails

Husky is just a pre-commit hook package we use for QA, quite unfortunate that as
we ported to the next major version in v8.0.3 I broke the install for everyone. Apologies! @mikehardy
Expand Down

0 comments on commit cef5b0f

Please sign in to comment.