diff --git a/.changeset/eight-elephants-battle.md b/.changeset/eight-elephants-battle.md deleted file mode 100644 index a27120a..0000000 --- a/.changeset/eight-elephants-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcms/html-to-slate-ast': patch ---- - -Update @braintree/sanitize-url to fix vulnerability issue diff --git a/packages/html-to-slate-ast/CHANGELOG.md b/packages/html-to-slate-ast/CHANGELOG.md index c097fb1..8180d57 100644 --- a/packages/html-to-slate-ast/CHANGELOG.md +++ b/packages/html-to-slate-ast/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphcms/html-to-slate-ast +## 0.13.3 + +### Patch Changes + +- [`4774158`](https://github.com/hygraph/rich-text/commit/477415821d347c2265d304e0146d0c138f2bb5dc) [#112](https://github.com/hygraph/rich-text/pull/112) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - Update @braintree/sanitize-url to fix vulnerability issue + ## 0.13.2 ### Patch Changes diff --git a/packages/html-to-slate-ast/package.json b/packages/html-to-slate-ast/package.json index 815b1c2..8e0cb35 100644 --- a/packages/html-to-slate-ast/package.json +++ b/packages/html-to-slate-ast/package.json @@ -1,6 +1,6 @@ { "name": "@graphcms/html-to-slate-ast", - "version": "0.13.2", + "version": "0.13.3", "description": "Convert HTML to Hygraph's RichTextAST (slate)", "license": "MIT", "scripts": {