From fc887f615ac2a1981d1955f262c73ad841300d0b Mon Sep 17 00:00:00 2001 From: Eric Hayes Date: Thu, 17 Dec 2020 07:53:51 -0600 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7f088..fa297b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.0.2 (2020-12-17) + + +### Features + +* get cart state ([1f423ca](https://github.com/hayes0724/shopify-cart-fetch/commit/1f423ca27f413e74409602cad282de5ac49eea11)) + ### 0.0.1 (2020-12-17) diff --git a/package.json b/package.json index 6ddae34..1f6d0a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-cart-fetch", - "version": "0.0.1", + "version": "0.0.2", "description": "Shopify Cart API with zero dependencies, TypeScript, lightweight and modular", "main": "dist/index.js", "module": "dist/index.esm.js",