Skip to content

Commit

Permalink
Releasing version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jan 13, 2023
1 parent 9690acc commit e95752d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

## [2.0.3] - 2023-01-13
### Changed:
- Improved mockFlags docs to make it clear it only works with useFlags

## [2.0.2] - 2023-01-13
### Fixed:
- Updated example app's react and js sdk versions to fix typescript issues when running tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-launchdarkly-mock",
"version": "2.0.2",
"version": "2.0.3",
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit e95752d

Please sign in to comment.