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

Commit 11ca4e4

Browse files
committed
release v0.1.0
1 parent 92488a8 commit 11ca4e4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 0.1.0 (2015-01-02)
2+
3+
#### Features
4+
* add directives and functions for angular v1.3.x
5+
* add syntax highlight for angular directives
6+
(closes [#13](https://github.com/angular-ui/AngularJS-Atom/issues/13))
7+
* add syntax highlight for angular expressions
8+
(closes [#18](https://github.com/angular-ui/AngularJS-Atom/issues/18))
9+
110
### 0.0.5 (2014-09-08)
211

312
#### Bug fixes

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"main": "./lib/angularjs",
55
"description": "An AngularJS package for Atom",
66
"repository": "https://github.com/angular-ui/AngularJS-Atom",

0 commit comments

Comments
 (0)