Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hayes committed Dec 27, 2020
1 parent 022f465 commit 98bc6f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.0](https://github.com/hayes0724/shopify-cart-fetch/compare/v1.0.0...v1.1.0) (2020-12-27)


### :rocket: Features

* events added for all cart methods ([022f465](https://github.com/hayes0724/shopify-cart-fetch/commit/022f465a8848f2e8dcad5283eb67adffe0fa6cc5))

## [1.0.0](https://github.com/hayes0724/shopify-cart-fetch/compare/v0.0.3...v1.0.0) (2020-12-23)


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": "@hayes0724/shopify-cart-fetch",
"version": "1.0.0",
"version": "1.1.0",
"description": "Shopify Cart API with zero dependencies, TypeScript, lightweight and modular",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 98bc6f6

Please sign in to comment.