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

Commit 052c02c

Browse files
committed
0.5.3 release
1 parent 4b3197d commit 052c02c

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.3 (2018-01-16)
2+
* disable autocompletion in JavaScript with whitespaces - [#83](https://github.com/angular-ui/AngularJS-Atom/issues/83)
3+
* support a snippets for $timeout - [#79](https://github.com/angular-ui/AngularJS-Atom/issues/79)
4+
15
### 0.5.2 (2018-01-05)
26
* disable autocompletion in JavaScript with comma and so on - [#83](https://github.com/angular-ui/AngularJS-Atom/issues/83)
37

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

0 commit comments

Comments
 (0)