Skip to content

Commit 7c8f315

Browse files
chore(maint-0.9): release 0.9.5
1 parent e2061a9 commit 7c8f315

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.4"
2+
".": "0.9.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.5](https://github.com/reanahub/reana-ui/compare/0.9.4...0.9.5) (2025-04-25)
4+
5+
6+
### Continuous integration
7+
8+
* **runners:** upgrade CI runners to Ubuntu 22.04 ([#422](https://github.com/reanahub/reana-ui/issues/422)) ([e2061a9](https://github.com/reanahub/reana-ui/commit/e2061a91fc696b14569719d836e10b4f564b1a2b))
9+
310
## [0.9.4](https://github.com/reanahub/reana-ui/compare/0.9.3...0.9.4) (2024-03-04)
411

512

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ LABEL org.opencontainers.image.title="reana-ui"
4444
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-ui"
4545
LABEL org.opencontainers.image.vendor="reanahub"
4646
# x-release-please-start-version
47-
LABEL org.opencontainers.image.version="0.9.4"
47+
LABEL org.opencontainers.image.version="0.9.5"
4848
# x-release-please-end

reana-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reana-ui",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"private": true,
55
"dependencies": {
66
"axios": "^1.5.1",

0 commit comments

Comments
 (0)