diff --git a/.changeset/wet-ants-fix.md b/.changeset/wet-ants-fix.md deleted file mode 100644 index 6dc39fef..00000000 --- a/.changeset/wet-ants-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/discount-app-components': minor ---- - -Add support for new combination options diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eedf21..01eafa44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/discount-app-components +## 1.2.0 + +### Minor Changes + +- [#84](https://github.com/Shopify/discount-app-components/pull/84) [`7a83719`](https://github.com/Shopify/discount-app-components/commit/7a83719e312d3dd26bb934c339ff7effbf914b27) Thanks [@davejcameron](https://github.com/davejcameron)! - Add support for new combination options + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index acc80495..a443d246 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/discount-app-components", "description": "Shopify’s discounts component library", - "version": "1.1.0", + "version": "1.2.0", "author": "Shopify ", "repository": "https://github.com/Shopify/discount-app-components", "bugs": "https://github.com/Shopify/discount-app-components/issues",