Skip to content

Commit b3cfacc

Browse files
committed
bump release [ci skip]
1 parent 74dfdbc commit b3cfacc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.2.0:
2+
date: 2014-02-20
3+
changes:
4+
- add assetLegacy which doesn't require a themeid but isn't documented all that well.
15
v0.1.0:
26
date: 2014-01-15
37
changes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# shopify-api v0.1.0 [![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.0 [![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

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

0 commit comments

Comments
 (0)