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

Commit 113101b

Browse files
committed
0.5.1 release
1 parent f0719b8 commit 113101b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.5.1 (2017-12-03)
2+
* fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - [#82](https://github.com/angular-ui/AngularJS-Atom/issues/82)
3+
* support autocompletions with prefix started with $
4+
15
### 0.5.0 (2017-12-02)
26
* use autocomplete-plus for autocompletion.
37
* older autocompletion doesn't work with latest Atom.

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.5.0",
3+
"version": "0.5.1",
44
"main": "./lib/angularjs",
55
"description": "An AngularJS package for Atom",
66
"keywords": [

0 commit comments

Comments
 (0)