From 9200a4489d91c5a1855742f5e4c8b9503d8f28df Mon Sep 17 00:00:00 2001 From: mnowik Date: Fri, 3 Jun 2016 21:21:44 -0700 Subject: [PATCH 1/4] init --- .gitignore | 2 ++ .travis.yml | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7554c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# dependencies +/node_modules \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4269b9d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +--- +language: node_js +node_js: + - "0.8" + +sudo: false + +cache: + directories: + - node_modules \ No newline at end of file From b1aa4c2b0418be4844149b860276959fdd7b886f Mon Sep 17 00:00:00 2001 From: mnowik Date: Fri, 3 Jun 2016 21:28:35 -0700 Subject: [PATCH 2/4] small modif on package --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c6891c5..23bc789 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { - "name": "shippo/shippo-node", + "name": "shippo", "version": "1.1.1", "description": "A node client for connecting with over 20 shipping carriers and consolidators via a single integration using Shippo API. Support for shipping rates, buying and printing labels, tracking as well as some carrier specific functionality such as signature required, adult signature confirmation, certified mail, delivery confirmation and many others.", "homepage": "https://github.com/goshippo/shippo-node-client", "keywords": [ + "api", "ups", "usps", "fedex", @@ -14,10 +15,13 @@ "tracking", "address" ], - "author": "Tobias Schottdorf", + "author": "Shippo (https://goshippo.com/)", "contributors": [ + "Tobias Schottdorf", "Eyoel Asfaw", - "Wissam Jarjoui" + "Wissam Jarjoui", + "Subhi Beidas", + "Matthieu Nowicki" ], "repository": { "type": "git", From 059284e0f0e8900ef675792eebc3d86e44ede8a6 Mon Sep 17 00:00:00 2001 From: mnowik Date: Fri, 3 Jun 2016 21:33:04 -0700 Subject: [PATCH 3/4] add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76d953a..2387a65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ #Shippo Node.js API wrapper +[![npm version](https://badge.fury.io/js/shippo.svg)](https://badge.fury.io/js/shippo) +[![Build Status](https://travis-ci.org/goshippo/shippo-node-client.svg?branch=add-travis-ci)](https://travis-ci.org/goshippo/shippo-node-client) Shippo is a shipping API that connects you with multiple shipping carriers (such as USPS, UPS, DHL, Canada Post, Australia Post, UberRUSH and many [others](https://goshippo.com/shipping-carriers/)) through one interface. From c2ce48fa8ca35ca8e30a26ea4e7e8aac5c9b4b67 Mon Sep 17 00:00:00 2001 From: mnowik Date: Fri, 3 Jun 2016 21:35:42 -0700 Subject: [PATCH 4/4] bump version --- CHANGELOG | 3 +++ VERSION | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9207ad5..de927fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.1.2 Jun 3rd, 2016 + - add Travis CI and badges + 1.1.1 Jun 19th, 2015 - added support for CarrierAccounts - changed authentication to use ShippoToken (from http basic auth) diff --git a/VERSION b/VERSION index 524cb55..45a1b3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2 diff --git a/package.json b/package.json index 23bc789..05097b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shippo", - "version": "1.1.1", + "version": "1.1.2", "description": "A node client for connecting with over 20 shipping carriers and consolidators via a single integration using Shippo API. Support for shipping rates, buying and printing labels, tracking as well as some carrier specific functionality such as signature required, adult signature confirmation, certified mail, delivery confirmation and many others.", "homepage": "https://github.com/goshippo/shippo-node-client", "keywords": [