Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit f012fe3

Browse files
committed
Minor update - 1.0.1
1 parent b732e39 commit f012fe3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎changelog/1.0.1.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix
2+
3+
Plug-in, at times, would leave word_separators in a modified state where a "period"
4+
was not considered a word separator.
5+
6+
Related link: https://github.com/angular-ui/AngularJS-sublime-package/issues/14

‎messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"install": "changelog/install.txt"
2+
"install": "changelog/install.txt",
3+
"1.0.1": "changelog/1.0.1.txt"
34
}

‎packages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"*": [
1212
{
1313
"version": "1.0.0",
14-
"url": "https://nodeload.github.com/angular-ui/AngularJS-sublime-package/zip/1.0.0"
14+
"url": "https://nodeload.github.com/angular-ui/AngularJS-sublime-package/zip/1.0.1"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)