Skip to content

Commit 5b40407

Browse files
author
Andrew Schmadel
committed
v0.8.2
1 parent 00cb7cf commit 5b40407

File tree

3 files changed

+44
-41
lines changed

3 files changed

+44
-41
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# babel-plugin-angularjs-annotate changelog
22

3+
## 0.8.2 2017-09-26
4+
* bugfix: Fix issue w/ `$inject` hoisting and nested injected blocks (#29)
5+
36
## 0.8.1 2017-09-26
47
* bugfix: Annotate functions inside of functions w/ default arguments (#30)
58

package-lock.json

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-angularjs-annotate",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Babel plugin to add angularjs dependency injection annotations",
55
"main": "babel-ng-annotate.js",
66
"repository": {

0 commit comments

Comments
 (0)