Skip to content

Commit daf31bf

Browse files
committed
Release 1.0.0-alpha.1
1 parent fce10b2 commit daf31bf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
3+
## v1.0.0-alpha.1 (2024-04-11)
4+
5+
#### :bug: Bug Fix
6+
* [#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))
7+
8+
#### Committers: 1
9+
- Edward Faulkner ([@ef4](https://github.com/ef4))
10+
211
## v1.0.0-alpha.0 (2024-04-11)
312

413
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-debug-macros",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "Debug macros and feature flag stripping",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)