diff --git a/.changeset/eighty-keys-destroy.md b/.changeset/eighty-keys-destroy.md deleted file mode 100644 index 98c49cc..0000000 --- a/.changeset/eighty-keys-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/draggable': patch ---- - -Removes npm token from release workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb36eb..22dd97e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.1 + +### Patch Changes + +- [#661](https://github.com/Shopify/draggable/pull/661) [`f0194c4`](https://github.com/Shopify/draggable/commit/f0194c493f2e9dabd4267f3316995c153ed3d3eb) Thanks [@tsov](https://github.com/tsov)! - Removes npm token from release workflow + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index b65ac23..d9e2008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/draggable", - "version": "1.2.0", + "version": "1.2.1", "private": false, "license": "MIT", "description": "The JavaScript Drag & Drop library your grandparents warned you about.",