Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhahn committed Nov 25, 2014
1 parent d033ef8 commit ac60cad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
@@ -1 +1,3 @@
test/
test_data/
node_modules/
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog

### 1.4.0

* Enforce content-length header if set in response

### 1.3.0

* node v0.10 compatibility
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "get",
"description": "A slightly higher-level HTTP client for node.",
"version": "1.3.0",
"version": "1.4.0",
"main": "./lib/index.js",
"keywords": ["http", "client", "request", "get"],
"url": "https://github.com/mapbox/node-get",
Expand Down

0 comments on commit ac60cad

Please sign in to comment.