Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit e2d8250

Browse files
committed
releash v0.3.1
1 parent 9d40ea9 commit e2d8250

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 0.3.1 (2015-10-10)
2+
3+
* support normailzed angular's tags and attributes
4+
(e.g data-ng-if, x-ng-if)(#44)
5+
6+
#### Bug fixes
7+
* fix confict with emmet's tab autocompletion(#19)
8+
* fix wrong syntax highlight(#42, #43)
9+
110
### 0.3.0 (2015-05-23)
211

312
#### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": "./lib/angularjs",
55
"description": "An AngularJS package for Atom",
66
"keywords": [

0 commit comments

Comments
 (0)