Skip to content

Commit df35093

Browse files
committed
Prepare v2.2.2
1 parent c43e22c commit df35093

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.2.2] - 2025-11-12
11+
1012
### Changed
1113

1214
- Forced light theme (#241).
@@ -310,4 +312,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310312
[2.1.1]: https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/releases/tag/v2.1.1
311313
[2.2.0]: https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/releases/tag/v2.2.0
312314
[2.2.1]: https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/releases/tag/v2.2.1
313-
[Unreleased]: https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/compare/v2.2.1...HEAD
315+
[2.2.2]: https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/releases/tag/v2.2.2
316+
[Unreleased]: https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/compare/v2.2.2...HEAD

main/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Maintain the version string on the development branch:
22
// - during development: set to (unreleased);
33
// - right before merging to the main branch for making a new release: set to the new release tag (see https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/tags).
4-
const version = "v2.2.1";
4+
const version = "v2.2.2";
55
export default version;

0 commit comments

Comments
 (0)