Skip to content

Commit 7c68382

Browse files
committed
combine alpha release notes into 1.0.0 changelog
1 parent 505655a commit 7c68382

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33

44
## v1.0.0 (2024-04-27)
55

6+
#### :boom: Breaking Change
7+
* [#94](https://github.com/ember-cli/babel-plugin-debug-macros/pull/94) Drop deprecated config format ([@ef4](https://github.com/ef4))
8+
* [#91](https://github.com/ember-cli/babel-plugin-debug-macros/pull/91) Drop support Node < 16 and babel < 7 ([@ef4](https://github.com/ef4))
9+
10+
#### :rocket: Enhancement
11+
* [#96](https://github.com/ember-cli/babel-plugin-debug-macros/pull/96) Add a mode that converts to @embroider/macros ([@ef4](https://github.com/ef4))
12+
* [#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))
13+
14+
#### :house: Internal
15+
* [#92](https://github.com/ember-cli/babel-plugin-debug-macros/pull/92) TS conversion ([@ef4](https://github.com/ef4))
16+
* [#93](https://github.com/ember-cli/babel-plugin-debug-macros/pull/93) re-add utils-macros-test ([@ef4](https://github.com/ef4))
17+
* [#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))
18+
19+
#### Committers: 2
20+
- Edward Faulkner ([@ef4](https://github.com/ef4))
21+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
22+
623
## v1.0.0-alpha.2 (2024-04-17)
724

825
#### :rocket: Enhancement

0 commit comments

Comments
 (0)