Skip to content

Commit 6109b69

Browse files
authored
release 2.5.0 (#956)
1 parent 8ebbffd commit 6109b69

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

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

99
---
1010

11+
## [2.5.0] - 2026-04-22
12+
13+
### Added
14+
15+
- Add next/previous buttons to the search bar for easier navigation through search results
16+
- Add copy/paste support for schema diagrams
17+
1118
## [2.4.0] - 2026-04-15
1219

1320
### Added

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ No specific format is enforced, but commit messages should start with a verb and
9898
## Releases
9999

100100
Releases are managed manually by maintainers. When a set of changes on `develop` is deemed stable, a maintainer will:
101-
1. Update the version in `meta_configurator/package.json`
102-
2. Add a changelog entry
103-
3. Merge `develop` into `main`
101+
1. Update the version in `meta_configurator/package.json` and `codemeta.json`.
102+
2. Run `npm install` to update the lock file version.
103+
3. Add a changelog entry to `CHANGELOG.md` following the format defined in that file
104+
4. Merge `develop` into `main`
104105

105106
---
106107

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"Browser",
106106
"Web"
107107
],
108-
"version": "2.0.0",
108+
"version": "2.5.0",
109109
"contIntegration": "https://github.com/MetaConfigurator/meta-configurator/actions",
110110
"codemeta:continuousIntegration": {
111111
"id": "https://github.com/MetaConfigurator/meta-configurator/actions"

meta_configurator/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meta_configurator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meta-configurator",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)