[Pkg-javascript-commits] [node-supertest] 04/06: Imported Upstream version 0.14.0
Leo Iannacone
l3on-guest at moszumanska.debian.org
Sun Oct 12 13:14:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a commit to annotated tag debian/0.14.0-1
in repository node-supertest.
commit f8834e99a72ab9c62955ce811ac664ddfb941dd7
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Sun Oct 12 15:08:07 2014 +0200
Imported Upstream version 0.14.0
---
History.md | 6 ++++++
package.json | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/History.md b/History.md
index 5889291..e8db49a 100644
--- a/History.md
+++ b/History.md
@@ -1,3 +1,9 @@
+0.14.0 / 2014-09-29
+===================
+
+ * Update superagent dependency
+ * Update methods dependency
+
0.13.0 / 2014-05-22
===================
diff --git a/package.json b/package.json
index 518afea..92be947 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,14 @@
{
"name": "supertest",
- "version": "0.13.0",
+ "version": "0.14.0",
"description": "Super-agent driven library for testing HTTP servers",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
- "superagent": "0.18.0",
- "methods": "1.0.0"
+ "superagent": "0.19.0",
+ "methods": "1.1.0"
},
"devDependencies": {
"express": "3.1.0",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-supertest.git
More information about the Pkg-javascript-commits
mailing list