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

Commit

Permalink
1.0.2 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 7, 2015
1 parent 5565c04 commit ec5d96a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
34 changes: 18 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
<a name="1.0.2"></a>
## 1.0.2 (2015-09-07)


* removed unnecessary dependency ([5565c04](https://github.com/kikobeats/json-parse-async/commit/5565c04))
* renamed ([2ec62ec](https://github.com/kikobeats/json-parse-async/commit/2ec62ec))



<a name="1.0.1"></a>
## 1.0.1 (2015-08-03)


* fixed message
([841bcad](https://github.com/kikobeats/parse-json/commit/841bcad))
* updated bumped settings
([ccac781](https://github.com/kikobeats/parse-json/commit/ccac781))
* 1.0.1 releases ([25928f3](https://github.com/kikobeats/json-parse-async/commit/25928f3))
* fixed message ([841bcad](https://github.com/kikobeats/json-parse-async/commit/841bcad))
* updated bumped settings ([ccac781](https://github.com/kikobeats/json-parse-async/commit/ccac781))



<a name="1.0.0"></a>
# 1.0.0 (2015-07-28)


* Update README.md
([6fa2ee9](https://github.com/kikobeats/parse-json/commit/6fa2ee9))
* added custom error
([102c6f1](https://github.com/kikobeats/parse-json/commit/102c6f1))
* first commit
([e4cb15d](https://github.com/kikobeats/parse-json/commit/e4cb15d))
* little refactor
([e46bf82](https://github.com/kikobeats/parse-json/commit/e46bf82))
* renamed
([800aa9a](https://github.com/kikobeats/parse-json/commit/800aa9a))
* updated
([2e22430](https://github.com/kikobeats/parse-json/commit/2e22430))
* Update README.md ([6fa2ee9](https://github.com/kikobeats/json-parse-async/commit/6fa2ee9))
* added custom error ([102c6f1](https://github.com/kikobeats/json-parse-async/commit/102c6f1))
* first commit ([e4cb15d](https://github.com/kikobeats/json-parse-async/commit/e4cb15d))
* little refactor ([e46bf82](https://github.com/kikobeats/json-parse-async/commit/e46bf82))
* renamed ([800aa9a](https://github.com/kikobeats/json-parse-async/commit/800aa9a))
* updated ([2e22430](https://github.com/kikobeats/json-parse-async/commit/2e22430))



2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "json-parse-async",
"description": "The missing JSON.parse async interface.",
"homepage": "https://github.com/Kikobeats/json-parse-async",
"version": "1.0.1",
"version": "1.0.2",
"main": "./dist/json-parse-async.js",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions dist/json-parse-async.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "json-parse-async",
"description": "The missing JSON.parse async interface.",
"homepage": "https://github.com/Kikobeats/json-parse-async",
"version": "1.0.1",
"version": "1.0.2",
"main": "./index.js",
"author": {
"name": "Kiko Beats",
Expand Down

0 comments on commit ec5d96a

Please sign in to comment.