Skip to content

Commit

Permalink
Releasing version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed May 27, 2022
1 parent 806bd8a commit 6f13368
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ 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.3] - 2022-05-27
### Fixed:
- Fix `withLDConsumer` to return children instead of null
- Only include dist folder on npm publish

## [1.0.2] - 2022-05-23
### Fixed:
- The .yarn folder is now excluded from the npm registry
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "jest-launchdarkly-mock",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"prettier": "prettier --write 'src/**/*.@(js|ts|tsx|json|css)'",
"lint": "eslint --ext ts,tsx,js,jsx src",
Expand Down

0 comments on commit 6f13368

Please sign in to comment.