Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 26, 2019
1 parent 9a903ab commit 985b61c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.3.3 (2019-08-26)

#### :bug: Bug Fix
* [#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))

#### Committers: 1
- Laurent Sehabiague ([@martony38](https://github.com/martony38))

# Changelog

## v0.3.2 (2019-06-20)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-debug-macros",
"version": "0.3.2",
"version": "0.3.3",
"description": "Debug macros and feature flag stripping",
"keywords": [
"babel",
Expand Down

0 comments on commit 985b61c

Please sign in to comment.