diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ac298c8..67de3b82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.8.9 - 2021-03-02 + +- Add Yarn lock resiliency (#196) +- Add Yarn lock resiliency (#196) +- Update README.md (#194) +- Add debug function (#193) +- Fix auto changelog (#188) +- Fix auto new version (#187) + ## 1.8.7 - 2021-02-11 - Fix internal metric unpacking error diff --git a/package.json b/package.json index d563ff814..69989085a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.8.8", + "version": "1.8.9", "description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", "repository": "https://github.com/PostHog/posthog-js", "author": "hey@posthog.com", diff --git a/yarn.lock b/yarn.lock index d12c9ec4a..6be1011bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3784,7 +3784,7 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2" integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA== -babel-eslint@^10.1.0: +babel-eslint@10.1.0: version "10.1.0" resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==