Skip to content

Commit 98c67f7

Browse files
committed
Release new version.
1 parent 0f7474d commit 98c67f7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.0.0](https://github.com/patternslib/pat-shopping-cart/compare/1.1.0...2.0.0) (2021-11-18)
2+
3+
4+
### Breaking Changes
5+
6+
* Upgrade to Webpack 5. ([0381039](https://github.com/patternslib/pat-shopping-cart/commit/03810398869f343bbcfd45564706c13612644f40))
7+
8+
9+
10+
### Maintenance
11+
12+
* **build:** Extend Patternslib release-it config file. ([ade4792](https://github.com/patternslib/pat-shopping-cart/commit/ade4792d233591bfba2ac190b133d12960d653c3))
13+
14+
* **build:** Release on GitHub releases. ([0f7474d](https://github.com/patternslib/pat-shopping-cart/commit/0f7474df6d05bb75b1bb17efc40aebabf5433e53))
15+
16+
* Upgrade up to minor versions. ([1ab72bf](https://github.com/patternslib/pat-shopping-cart/commit/1ab72bffd0dec4e93669163b59aa3877fdad4bce))
17+
118
## [1.1.0](https://github.com/patternslib/pat-shopping-cart/compare/1.0.0...1.1.0) (2021-06-15)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-shopping-cart",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "A pattern for adding items to a cart, and performing an action on them",
55
"license": "MIT",
66
"main": "./src/pat-shopping-cart.js",

0 commit comments

Comments
 (0)