Skip to content

Commit 985b61c

Browse files
author
Robert Jackson
committed
Release 0.3.3
1 parent 9a903ab commit 985b61c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.3.3 (2019-08-26)
2+
3+
#### :bug: Bug Fix
4+
* [#80](https://github.com/ember-cli/babel-plugin-debug-macros/pull/80) Fix bug when key attribute is a literal for debug macros (`deprecate`, `assert`, `warn`) ([@martony38](https://github.com/martony38))
5+
6+
#### Committers: 1
7+
- Laurent Sehabiague ([@martony38](https://github.com/martony38))
8+
19
# Changelog
210

311
## v0.3.2 (2019-06-20)

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

0 commit comments

Comments
 (0)