Skip to content

Commit bbc58d0

Browse files
authored
Merge pull request #13 from Mathison-AG/release-please--branches--main--components--mathison
chore(main): release mathison 0.1.13
2 parents 4239b08 + d237166 commit bbc58d0

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.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.1.12"
2+
".": "0.1.13"
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.1.13](https://github.com/Mathison-AG/mathison/compare/mathison-v0.1.12...mathison-v0.1.13) (2026-02-22)
4+
5+
6+
### Bug Fixes
7+
8+
* openclaw fixes ([4239b08](https://github.com/Mathison-AG/mathison/commit/4239b08d416666592dc80da1e99b99e3e8172f43))
9+
310
## [0.1.12](https://github.com/Mathison-AG/mathison/compare/mathison-v0.1.11...mathison-v0.1.12) (2026-02-22)
411

512

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mathison
33
description: AI-first Kubernetes platform — deploy and manage apps through an AI chat agent
44
type: application
5-
version: 0.1.12
6-
appVersion: 0.1.12
5+
version: 0.1.13
6+
appVersion: 0.1.13
77
home: https://github.com/Mathison-AG/mathison
88
keywords:
99
- kubernetes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathison",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)