diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 582ed16..fa1af5c 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc66ba..33640d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ All notable changes to the jest-launchdarkly-mock package will be documented in ## [v0.1.1](https://github.com/launchdarkly-labs/jest-launchdarkly-mock/releases/tag/v0.1.1) 8-Oct-2020 - Initial release +## [1.0.2] - 2022-05-23 +### Fixed: +- The .yarn folder is now excluded from the npm registry + ## [1.0.1] - 2022-05-23 ### Fixed: - The .yarn folder is now excluded from the npm registry diff --git a/package.json b/package.json index 2c60dcb..9eefa5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-launchdarkly-mock", - "version": "1.0.1", + "version": "1.0.2", "description": "Easily unit test LaunchDarkly feature flagged components with jest", "main": "dist/index.js", "scripts": {