diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e75eb045d5..effbe08717 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -15,5 +15,6 @@ "packages/telemetry/node-server-sdk-otel": "1.1.3", "packages/sdk/browser": "0.4.0", "packages/sdk/server-ai": "0.8.1", - "packages/telemetry/browser-telemetry": "0.2.0" + "packages/telemetry/browser-telemetry": "0.2.0", + "packages/tooling/jest": "0.1.0" } diff --git a/packages/tooling/jest/CHANGELOG.md b/packages/tooling/jest/CHANGELOG.md index aca1d06d5d..9e13e11f4f 100644 --- a/packages/tooling/jest/CHANGELOG.md +++ b/packages/tooling/jest/CHANGELOG.md @@ -1,3 +1,12 @@ # Changelog +## 0.1.0 (2025-01-24) + + +### Features + +* Implement jest mocks for react-native. ([#535](https://github.com/launchdarkly/js-core/issues/535)) ([aee09c8](https://github.com/launchdarkly/js-core/commit/aee09c87e1810795108157dcd9ab8cfb9fe05020)) + +## Changelog + All notable changes to the LaunchDarkly Jest package will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). diff --git a/packages/tooling/jest/package.json b/packages/tooling/jest/package.json index 1cb51dd224..6a3c85d8b8 100644 --- a/packages/tooling/jest/package.json +++ b/packages/tooling/jest/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/jest", - "version": "0.0.1", + "version": "0.1.0", "description": "Easily unit test LaunchDarkly feature flagged components with jest", "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest", "repository": {