Skip to content

Commit

Permalink
Merge pull request #994 from ecomfe/release-dev
Browse files Browse the repository at this point in the history
chore: release 5.4.3
  • Loading branch information
Ovilia authored Mar 10, 2023
2 parents 98707bd + b1cdb61 commit 25ae07a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zrender",
"version": "5.4.2",
"version": "5.4.3",
"description": "A lightweight graphic library providing 2d draw for Apache ECharts",
"keywords": [
"canvas",
Expand Down
2 changes: 1 addition & 1 deletion src/zrender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export function registerPainter(name: string, Ctor: PainterBaseCtor) {
/**
* @type {string}
*/
export const version = '5.4.2';
export const version = '5.4.3';


export interface ZRenderType extends ZRender {};

0 comments on commit 25ae07a

Please sign in to comment.