Skip to content

Commit

Permalink
chore(release): 4.0.1 (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jul 19, 2022
1 parent 3ac02e3 commit 05cf8fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.1](https://github.com/canvg/canvg/compare/v4.0.0...v4.0.1) (2022-07-19)


### Bug Fixes

* update isReadyLock state to fix deadlock on second render ([#1679](https://github.com/canvg/canvg/issues/1679)) ([4bbc37e](https://github.com/canvg/canvg/commit/4bbc37e4d715cccbf0d4033afbb0ae85d2812fce))

## [4.0.0](https://github.com/canvg/canvg/compare/v3.0.8...v4.0.0) (2022-02-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "canvg",
"type": "module",
"version": "4.0.0",
"version": "4.0.1",
"description": "JavaScript SVG parser and renderer on Canvas.",
"author": "Gabe Lerner",
"authors": [
Expand Down

0 comments on commit 05cf8fd

Please sign in to comment.