Skip to content

Commit 9d2844b

Browse files
author
Andrew Schmadel
committed
v0.5.3
1 parent a335206 commit 9d2844b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# babel-plugin-angularjs-annotate changelog
22

3+
## v0.5.3 2016-10-14
4+
* bugfix: fix error when re-annotating existing array
5+
36
## v0.5.2 2016-09-28
47
* bugfix: fix crash on illegal component declaration (#11)
58

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-angularjs-annotate",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Babel plugin to add angularjs dependency injection annotations",
55
"main": "babel-ng-annotate.js",
66
"repository": {

0 commit comments

Comments
 (0)