Skip to content

Commit 542b63d

Browse files
committed
bump version
1 parent 16ebbe1 commit 542b63d

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.10.0 2018-12-13
4+
* Upgrade to Babel 7 (thanks @pioug!)
5+
36
## 0.9.0 2018-05-20
47
* New Feature: Support directive definition in variable (#36, Thanks @noppa!)
58
* New Feature: Support `@ngInject` in a multiline comment (#32 & #37, Thanks @sbrunner and @kamilbrk!)

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

0 commit comments

Comments
 (0)