Skip to content

Commit f067606

Browse files
author
Robert Jackson
committed
Release 0.3.4
1 parent ea04b3e commit f067606

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v0.3.4 (2021-01-27)
2+
3+
#### :rocket: Enhancement
4+
* [#83](https://github.com/ember-cli/babel-plugin-debug-macros/pull/83) Remove validation check for deprecation `until` ([@pzuraq](https://github.com/pzuraq))
5+
6+
#### :bug: Bug Fix
7+
* [#81](https://github.com/ember-cli/babel-plugin-debug-macros/pull/81) Improve v1 API warning ([@hjdivad](https://github.com/hjdivad))
8+
9+
#### :house: Internal
10+
* [#86](https://github.com/ember-cli/babel-plugin-debug-macros/pull/86) Update release automation setup ([@rwjblue](https://github.com/rwjblue))
11+
* [#85](https://github.com/ember-cli/babel-plugin-debug-macros/pull/85) Update to ensure `npm test` runs linting. ([@rwjblue](https://github.com/rwjblue))
12+
* [#84](https://github.com/ember-cli/babel-plugin-debug-macros/pull/84) Setup GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
13+
14+
#### Committers: 3
15+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
16+
- David J. Hamilton ([@hjdivad](https://github.com/hjdivad))
17+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
18+
19+
120
## v0.3.3 (2019-08-26)
221

322
#### :bug: Bug Fix

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

0 commit comments

Comments
 (0)