Skip to content

Commit 3078c84

Browse files
author
Andrew Schmadel
committed
v0.8.1
1 parent e390f77 commit 3078c84

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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+
## 0.8.1 2017-09-26
4+
* bugfix: Annotate functions inside of functions w/ default arguments (#30)
5+
36
## 0.8.0 2017-07-12
47
* New Feature: Support exported anonymous functions (#17)
58
* New Feature: Support exported anonymous classes (#24)

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

0 commit comments

Comments
 (0)