Skip to content

Commit 209c995

Browse files
committed
bump release [ci skip]
1 parent bf70fa8 commit 209c995

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.2.3:
2+
date: 2014-02-24
3+
changes:
4+
- catch HTTP 404 errors.
5+
- add fallback values for error properties.
16
v0.2.2:
27
date: 2014-02-24
38
changes:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# shopify-api v0.2.2 [![Build Status](https://secure.travis-ci.org/ctalkington/node-shopify-api.png?branch=master)](http://travis-ci.org/ctalkington/node-shopify-api)
1+
# shopify-api v0.2.3 [![Build Status](https://secure.travis-ci.org/ctalkington/node-shopify-api.png?branch=master)](http://travis-ci.org/ctalkington/node-shopify-api)
22

33
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.
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify-api",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Shopify API SDK for node.",
55
"homepage": "https://github.com/ctalkington/node-shopify-api",
66
"author": {

0 commit comments

Comments
 (0)