diff --git a/.changeset/thirty-lizards-remain.md b/.changeset/thirty-lizards-remain.md deleted file mode 100644 index a98847c..0000000 --- a/.changeset/thirty-lizards-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/draggable': minor ---- - -Upgrade to node version v20 diff --git a/CHANGELOG.md b/CHANGELOG.md index 44429fb..fbb36eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +### Minor Changes + +- [#658](https://github.com/Shopify/draggable/pull/658) [`bb778a4`](https://github.com/Shopify/draggable/commit/bb778a47a52c50e35fd20425e7e82280745a1e85) Thanks [@tsov](https://github.com/tsov)! - Upgrade to node version v20 + ## 1.1.4 ### Patch Changes diff --git a/package.json b/package.json index 29bd52a..b65ac23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/draggable", - "version": "1.1.4", + "version": "1.2.0", "private": false, "license": "MIT", "description": "The JavaScript Drag & Drop library your grandparents warned you about.",