diff --git a/CHANGELOG.md b/CHANGELOG.md index 5772c91..f2a5758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.4.2](https://github.com/qq15725/modern-screenshot/compare/v4.4.1...v4.4.2) (2023-03-05) + + +### Bug Fixes + +* some text parsing exceptions caused by comment node ([c2e7df8](https://github.com/qq15725/modern-screenshot/commit/c2e7df87bf1ebb14fe031bfadcbc9e8a66093c96)) +* xml parsing exception caused by ascii control character ([a48cb89](https://github.com/qq15725/modern-screenshot/commit/a48cb8977dd951e672ff3b6f6e6de1719b72343a)) + + + ## [4.4.1](https://github.com/qq15725/modern-screenshot/compare/v4.4.0...v4.4.1) (2023-02-22) diff --git a/package.json b/package.json index 2fc3725..909f50f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "modern-screenshot", "type": "module", - "version": "4.4.1", + "version": "4.4.2", "packageManager": "pnpm@7.26.2", "description": "Quickly generate image from DOM node using HTML5 canvas and SVG", "author": "wxm",