Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 29, 2020
1 parent 483b580 commit 39f6d38
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 73 deletions.
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.

### [2.1.2](https://github.com/ecomclub/shopping-cart/compare/v2.1.1...v2.1.2) (2020-06-29)


### Bug Fixes

* **add-item:** check if new item id not equal to variation id ([483b580](https://github.com/ecomclub/shopping-cart/commit/483b5802a1909f55beb10671034d7866f7e43129))

### [2.1.1](https://github.com/ecomclub/shopping-cart/compare/v2.1.0...v2.1.1) (2020-01-25)


Expand Down
78 changes: 7 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/shopping-cart",
"version": "2.1.1",
"version": "2.1.2",
"description": "Simple vanilla JS library to handle shopping cart object and events",
"module": "src/index.js",
"browser": "dist/ecom-cart.min.js",
Expand Down Expand Up @@ -64,5 +64,8 @@
"last 1 version",
"not dead",
"> 0.2%"
]
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 39f6d38

Please sign in to comment.