Skip to content

Commit c1d7151

Browse files
committed
Release 1.0.0-alpha.0
1 parent f25c87c commit c1d7151

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2+
## v1.0.0-alpha.0 (2024-04-11)
3+
4+
#### :boom: Breaking Change
5+
* [#94](https://github.com/ember-cli/babel-plugin-debug-macros/pull/94) Drop deprecated config format ([@ef4](https://github.com/ef4))
6+
* [#91](https://github.com/ember-cli/babel-plugin-debug-macros/pull/91) Drop support Node < 16 and babel < 7 ([@ef4](https://github.com/ef4))
7+
8+
#### :house: Internal
9+
* [#92](https://github.com/ember-cli/babel-plugin-debug-macros/pull/92) TS conversion ([@ef4](https://github.com/ef4))
10+
* [#93](https://github.com/ember-cli/babel-plugin-debug-macros/pull/93) re-add utils-macros-test ([@ef4](https://github.com/ef4))
11+
* [#88](https://github.com/ember-cli/babel-plugin-debug-macros/pull/88) Add tests for Ember 3.27+ modules based API. ([@rwjblue](https://github.com/rwjblue))
12+
13+
#### Committers: 2
14+
- Edward Faulkner ([@ef4](https://github.com/ef4))
15+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
16+
117
## v0.3.4 (2021-01-27)
218

319
#### :rocket: Enhancement

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": "0.3.4",
3+
"version": "1.0.0-alpha.0",
44
"description": "Debug macros and feature flag stripping",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)