We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c324c commit 0320112Copy full SHA for 0320112
2 files changed
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning].
7
8
## [Unreleased]
9
10
+## [1.2.1] - 2024-01-16
11
+
12
+### Fixed
13
14
+- issue with animateConnections on error
15
16
+## [1.2.0] - 2024-01-16
17
18
### Added
19
20
- add changelog
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@wolfderechter/taiko-node-dashboard",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"private": true,
5
"type": "module",
6
"homepage": "https://dojonode.xyz",
0 commit comments