Skip to content

Commit

Permalink
Releasing version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Mar 23, 2022
1 parent d9c5ec2 commit a1f8b88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file modified .yarn/install-state.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,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.0] - 2022-03-23
### Added:
- Snake case support
- Mock ldClient.alias

### Fixed:
- Mock AsyncWithLDProvider now returns a promise
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": "0.3.1",
"version": "1.0.0",
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a1f8b88

Please sign in to comment.