Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/feature-flags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @swc/plugin-experimental-feature-flags

## 0.3.0

### Minor Changes

- 7c9c588: feat: Support both modes

## 0.2.0

### Minor Changes
Expand Down
8 changes: 7 additions & 1 deletion packages/feature-flags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/plugin-experimental-feature-flags",
"version": "0.2.0",
"version": "0.3.0",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down