diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a948b938a..ef3f286e806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [next] +## [6.0.0-rc2] + - perf(): remove some runtime RegExp usages [#9802](https://github.com/fabricjs/fabric.js/pull/9802) - fix(Canvas): Avoid exporting controls with toDataURL [#9896](https://github.com/fabricjs/fabric.js/pull/9896) - perf(): Rework constructors to avoid the extra perf cost of current setup [#9891](https://github.com/fabricjs/fabric.js/pull/9891) diff --git a/package-lock.json b/package-lock.json index 24eba540c8f..4f345a853c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fabric", - "version": "6.0.0-rc1", + "version": "6.0.0-rc2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fabric", - "version": "6.0.0-beta20", + "version": "6.0.0-rc2", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.9", diff --git a/package.json b/package.json index 60d6ad4a9dd..6528ccf5189 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fabric", "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.", "homepage": "http://fabricjs.com/", - "version": "6.0.0-rc1", + "version": "6.0.0-rc2", "author": "Juriy Zaytsev ", "contributors": [ {