We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a335206 commit 9d2844bCopy full SHA for 9d2844b
2 files changed
CHANGES.md
@@ -1,5 +1,8 @@
1
# babel-plugin-angularjs-annotate changelog
2
3
+## v0.5.3 2016-10-14
4
+ * bugfix: fix error when re-annotating existing array
5
+
6
## v0.5.2 2016-09-28
7
* bugfix: fix crash on illegal component declaration (#11)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-angularjs-annotate",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "Babel plugin to add angularjs dependency injection annotations",
"main": "babel-ng-annotate.js",
"repository": {
0 commit comments