diff --git a/CHANGELOG b/CHANGELOG index 2394b3e..bb21d94 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.2.1: + date: 2014-02-23 + changes: + - refactor error handling. + - catch api call limit status code and parse it for other libraries to use. v0.2.0: date: 2014-02-20 changes: diff --git a/README.md b/README.md index ad33e98..b6f8625 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# shopify-api v0.2.0 [![Build Status](https://secure.travis-ci.org/ctalkington/node-shopify-api.png?branch=master)](http://travis-ci.org/ctalkington/node-shopify-api) +# shopify-api v0.2.1 [![Build Status](https://secure.travis-ci.org/ctalkington/node-shopify-api.png?branch=master)](http://travis-ci.org/ctalkington/node-shopify-api) shopify-api is a node library for working with the [Shopify API](http://docs.shopify.com/api). It is designed to abstract away requests while returning unmodified responses. It should be used as a building block for other modules/packages which can handle any additional abstraction needed based on the API resource that they are working with. diff --git a/package.json b/package.json index 403dd09..1e853f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-api", - "version": "0.2.0", + "version": "0.2.1", "description": "Shopify API SDK for node.", "homepage": "https://github.com/ctalkington/node-shopify-api", "author": {