We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ebbe1 commit 542b63dCopy full SHA for 542b63d
CHANGES.md
@@ -1,5 +1,8 @@
1
# babel-plugin-angularjs-annotate changelog
2
3
+## 0.10.0 2018-12-13
4
+ * Upgrade to Babel 7 (thanks @pioug!)
5
+
6
## 0.9.0 2018-05-20
7
* New Feature: Support directive definition in variable (#36, Thanks @noppa!)
8
* New Feature: Support `@ngInject` in a multiline comment (#32 & #37, Thanks @sbrunner and @kamilbrk!)
package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-angularjs-annotate",
- "version": "0.9.0",
+ "version": "0.10.0",
"description": "Babel plugin to add angularjs dependency injection annotations",
"main": "babel-ng-annotate.js",
"repository": {
0 commit comments