Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Feb 6, 2022
1 parent 5a48923 commit 168029e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [2.0.0](https://github.com/hayes0724/shopify-cart-fetch/compare/v1.2.1...v2.0.0) (2022-02-06)


### ⚠ BREAKING CHANGES

* removed individual function exports

### :memo: Build System

* switched webpack to rollup for builds ([858971f](https://github.com/hayes0724/shopify-cart-fetch/commit/858971f68a7a6bdd7a5c4679c972de2b2c86e9e0))


### :rocket: Features

* refactoring and unit tests ([5a48923](https://github.com/hayes0724/shopify-cart-fetch/commit/5a48923679e1835d50125a9562d892ba01af077c))

### [1.2.1](https://github.com/hayes0724/shopify-cart-fetch/compare/v1.2.0...v1.2.1) (2021-01-07)


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.2.1",
"version": "2.0.0",
"description": "Shopify Cart API with zero dependencies, TypeScript, lightweight and modular",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 168029e

Please sign in to comment.