Skip to content

Commit

Permalink
bump release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Feb 23, 2014
1 parent d50f495 commit 6257787
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6257787

Please sign in to comment.