diff --git a/CHANGELOG.md b/CHANGELOG.md index d151b5c01..85a2d338e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # `maxGraph` Change Log +## 0.4.1 + +Release date: `2023-10-30` + +This release contains bug fixes and internal improvements. + +For more details, see the [0.4.1 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.4.1) on +the GitHub release page. + ## 0.4.0 This release contains new features, bug fixes and documentation improvements. diff --git a/packages/core/package.json b/packages/core/package.json index 27bc2774e..f013cbabd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@maxgraph/core", "license": "Apache-2.0", "private": false, - "version": "0.4.0", + "version": "0.4.1", "description": "maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.", "keywords": [ "browser", diff --git a/packages/core/src/Client.ts b/packages/core/src/Client.ts index f4902af64..0356c299d 100644 --- a/packages/core/src/Client.ts +++ b/packages/core/src/Client.ts @@ -20,7 +20,7 @@ class Client { /** * Contains the current version of the maxGraph library. */ - static VERSION = '0.4.0'; + static VERSION = '0.4.1'; /** * Base path for all URLs in the core without trailing slash.