Skip to content

Commit 48b560d

Browse files
committed
1.0.2 releases
1 parent 43c82b4 commit 48b560d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
<a name="1.0.2"></a>
2+
## 1.0.2 (2015-12-13)
3+
4+
5+
* Update keywords ([43c82b4](https://github.com/kikobeats/async.ensureasync/commit/43c82b4))
6+
7+
8+
19
<a name="1.0.1"></a>
210
## 1.0.1 (2015-12-13)
311

412

13+
* 1.0.1 releases ([f3e8c68](https://github.com/kikobeats/async.ensureasync/commit/f3e8c68))
514
* Add badge ([2d7e35f](https://github.com/kikobeats/async.ensureasync/commit/2d7e35f))
615
* Add keywords ([3e8c11b](https://github.com/kikobeats/async.ensureasync/commit/3e8c11b))
716
* Delete unnecessary files. Update travis build ([30e0653](https://github.com/kikobeats/async.ensureasync/commit/30e0653))

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "async.ensureasync",
33
"description": "Wrap an async function and ensure it calls its callback on a later tick of the event loop.",
44
"homepage": "https://github.com/Kikobeats/async.ensureasync",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"main": "./dist/async.ensureasync.js",
77
"authors": [
88
{

dist/async.ensureasync.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "async.ensureasync",
33
"description": "Wrap an async function and ensure it calls its callback on a later tick of the event loop.",
44
"homepage": "https://github.com/Kikobeats/async.ensureasync",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"main": "./index.js",
77
"author": {
88
"email": "josefrancisco.verdu@gmail.com",

0 commit comments

Comments
 (0)