diff --git a/src/content/docs/docs/guides/launchdarkly-to-openfeature-nodejs.md b/src/content/docs/docs/guides/launchdarkly-to-openfeature-nodejs.md index a642966..bc611fd 100644 --- a/src/content/docs/docs/guides/launchdarkly-to-openfeature-nodejs.md +++ b/src/content/docs/docs/guides/launchdarkly-to-openfeature-nodejs.md @@ -6,7 +6,7 @@ lastUpdated: 2026-06-22 This guide walks through every step of migrating direct LaunchDarkly Node.js SDK calls to OpenFeature using FlagLint — from the initial audit to enforcing the boundary in CI. -*Verified with FlagLint v1.0.0 · Node.js · OpenFeature · LaunchDarkly* +*Verified with FlagLint v1.1.0 · Node.js · OpenFeature · LaunchDarkly* --- diff --git a/src/content/docs/docs/reference/json-output.md b/src/content/docs/docs/reference/json-output.md index 4081725..3e8269c 100644 --- a/src/content/docs/docs/reference/json-output.md +++ b/src/content/docs/docs/reference/json-output.md @@ -174,7 +174,7 @@ object that should be committed to source control alongside your code. { "version": 1, "createdAt": "2026-06-22T14:30:00.000Z", - "flaglintVersion": "1.0.0", + "flaglintVersion": "1.1.0", "fingerprints": [ "launchdarkly:boolVariation:checkout-v2:src/checkout/service.ts", "launchdarkly:stringVariation:payment-provider:src/payments/processor.ts" diff --git a/src/pages/index.astro b/src/pages/index.astro index 8b00063..4093922 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -906,7 +906,7 @@ const jsonLd = { - flaglint v1.0.0 + flaglint v1.1.0
$ npx flaglint audit ./src --effort-estimate