diff --git a/.changeset/curly-chicken-turn.md b/.changeset/curly-chicken-turn.md deleted file mode 100644 index 46d995a..0000000 --- a/.changeset/curly-chicken-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcms/html-to-slate-ast': patch ---- - -Updated dev and peer dependencies alongside docs to fix vulnerability warning report diff --git a/packages/html-to-slate-ast/CHANGELOG.md b/packages/html-to-slate-ast/CHANGELOG.md index d83546e..c097fb1 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.2 + +### Patch Changes + +- [`2cf8a43`](https://github.com/hygraph/rich-text/commit/2cf8a43e9a3d77672e29f52bb500317b4e3d2db6) [#110](https://github.com/hygraph/rich-text/pull/110) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - Updated dev and peer dependencies alongside docs to fix vulnerability warning report + ## 0.13.1 ### Patch Changes diff --git a/packages/html-to-slate-ast/package.json b/packages/html-to-slate-ast/package.json index 731b8f6..2876f00 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.1", + "version": "0.13.2", "description": "Convert HTML to Hygraph's RichTextAST (slate)", "license": "MIT", "scripts": {