Skip to content

Commit 721bdd4

Browse files
committed
chore(release): prepare version 0.15.1
1 parent 78f25bd commit 721bdd4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ For more details on the contents of a release, see [the GitHub release page] (ht
99

1010
_**Note:** Yet to be released breaking changes appear here._
1111

12+
## 0.15.1
13+
14+
Release date: `2025-02-13`
15+
16+
For more details, see the [0.15.1 Changelog](https://github.com/maxGraph/maxGraph/releases/tag/v0.15.1) on the GitHub release page.
17+
18+
This new version includes bug fixes and documentation improvements.
19+
1220
## 0.15.0
1321

1422
Release date: `2025-01-29`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@maxgraph/core",
33
"license": "Apache-2.0",
44
"private": false,
5-
"version": "0.15.0",
5+
"version": "0.15.1",
66
"type": "module",
77
"sideEffects": [
88
"**/*.css"

packages/core/src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Client {
2424
*/
2525
// WARN: this constant is updated at release time by the script located at `scripts/update-versions.mjs`.
2626
// So, if you modify the name of this file or this constant, please update the script accordingly.
27-
static VERSION = '0.15.0';
27+
static VERSION = '0.15.1';
2828

2929
/**
3030
* Base path for all URLs in the core without trailing slash.

0 commit comments

Comments
 (0)