diff --git a/.changeset/famous-pens-protect.md b/.changeset/famous-pens-protect.md deleted file mode 100644 index b2078a4..0000000 --- a/.changeset/famous-pens-protect.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"inapp-spy": major ---- - -- Adds detection for `telegram`, `gsa`, and `linkedin` -- Adds property `skip` and return property `skipped` -- Adds `SFSVCExperimental` method -- Removes (breaking) property `ua` for `InAppSpy` method -- Refactors tests diff --git a/CHANGELOG.md b/CHANGELOG.md index a2946a2..7d3e4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # inapp-spy +## 4.0.0 + +### Major Changes + +- e5c457c: - Adds detection for `telegram`, `gsa`, and `linkedin` + - Adds property `skip` and return property `skipped` + - Adds `SFSVCExperimental` method + - Removes (breaking) property `ua` for `InAppSpy` method + - Refactors tests + ## 3.0.1 ### Patch Changes diff --git a/package.json b/package.json index 893708e..c504009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inapp-spy", - "version": "3.0.1", + "version": "4.0.0", "description": "detect in-app browsers", "author": "Shalanah Dawson", "homepage": "https://github.com/shalanah/inapp-spy",