diff --git a/packages/feature-flags/CHANGELOG.md b/packages/feature-flags/CHANGELOG.md index bddc2f847..710192953 100644 --- a/packages/feature-flags/CHANGELOG.md +++ b/packages/feature-flags/CHANGELOG.md @@ -1,5 +1,11 @@ # @swc/plugin-experimental-feature-flags +## 0.3.0 + +### Minor Changes + +- 7c9c588: feat: Support both modes + ## 0.2.0 ### Minor Changes diff --git a/packages/feature-flags/README.md b/packages/feature-flags/README.md index 2e1a7d445..fa0627cde 100644 --- a/packages/feature-flags/README.md +++ b/packages/feature-flags/README.md @@ -395,10 +395,16 @@ All dead code has been eliminated! This package includes TypeScript definitions. See `types.d.ts` for the full API. -# CHANGELOG +# ChangeLog # @swc/plugin-experimental-feature-flags +## 0.3.0 + +### Minor Changes + +- 7c9c588: feat: Support both modes + ## 0.2.0 ### Minor Changes diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index 83dddccdf..744d738be 100644 --- a/packages/feature-flags/package.json +++ b/packages/feature-flags/package.json @@ -1,6 +1,6 @@ { "name": "@swc/plugin-experimental-feature-flags", - "version": "0.2.0", + "version": "0.3.0", "publishConfig": { "access": "public", "provenance": true