Skip to content

Commit

Permalink
Release 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 11, 2024
1 parent fce10b2 commit daf31bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


## v1.0.0-alpha.1 (2024-04-11)

#### :bug: Bug Fix
* [#95](https://github.com/ember-cli/babel-plugin-debug-macros/pull/95) Don't expose typescript's esm/cjs interop from the entrypoint ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## v1.0.0-alpha.0 (2024-04-11)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-debug-macros",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Debug macros and feature flag stripping",
"keywords": [
"babel",
Expand Down

0 comments on commit daf31bf

Please sign in to comment.