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

Commit

Permalink
0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Dec 3, 2017
1 parent f0719b8 commit 113101b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.5.1 (2017-12-03)
* fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - [#82](https://github.com/angular-ui/AngularJS-Atom/issues/82)
* support autocompletions with prefix started with $

### 0.5.0 (2017-12-02)
* use autocomplete-plus for autocompletion.
* older autocompletion doesn't work with latest Atom.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angularjs",
"version": "0.5.0",
"version": "0.5.1",
"main": "./lib/angularjs",
"description": "An AngularJS package for Atom",
"keywords": [
Expand Down

0 comments on commit 113101b

Please sign in to comment.