Skip to content

Commit

Permalink
Version bump to 1.0.3 (#10)
Browse files Browse the repository at this point in the history
Created CHANGELOG.md, updated package.json
  • Loading branch information
WoZ committed Oct 30, 2018
1 parent 3cae5d9 commit d188bf1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

### 1.0.3

IMPROVEMENTS:

- Dependencies was bumped [[GH-1](https://github.com/LCMApps/dns-lookup-cache/pull/1),
[GH-8](https://github.com/LCMApps/dns-lookup-cache/pull/8), [GH-9](https://github.com/LCMApps/dns-lookup-cache/pull/9)]

BUG FIXES:

- Fix "uncaughtException" error on task error for parallel requests
[[GH-7](https://github.com/LCMApps/dns-lookup-cache/pull/7)]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dns-lookup-cache",
"version": "1.0.2",
"version": "1.0.3",
"description": "An implementation to speed up the nodejs `dns.lookup` method by avoiding thread pool and using resolve4/resolve6 with DNS TTL values",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit d188bf1

Please sign in to comment.