From e09b70f55ff3e2e3c26aa7f58cbceea5a3456baa Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Wed, 12 Jun 2024 12:59:26 +0900 Subject: [PATCH] chore(release): 1.0.8 --- packages/hawtio/CHANGELOG.md | 8 ++++++++ packages/hawtio/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/hawtio/CHANGELOG.md b/packages/hawtio/CHANGELOG.md index 86fcf852..9c11e267 100644 --- a/packages/hawtio/CHANGELOG.md +++ b/packages/hawtio/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.0.8](https://github.com/hawtio/hawtio-next/compare/v1.0.7...v1.0.8) (2024-06-12) + + +### Bug Fixes + +* **jmx:** Handle MBeanInfo in Jolokia list() when there was error fetching the info (fixes [#902](https://github.com/hawtio/hawtio-next/issues/902)) ([5d47a45](https://github.com/hawtio/hawtio-next/commit/5d47a45a3f002bf9ee831a41b2578c30b67dd755)) +* **shared:** use MBeanInfoError from jolokia.js instead of custom error type ([f474031](https://github.com/hawtio/hawtio-next/commit/f474031de894428129d3d396dcc81c7811922ce6)) + ## [1.0.7](https://github.com/hawtio/hawtio-next/compare/v1.0.6...v1.0.7) (2024-02-21) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index 4bfa7e55..1788a44b 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "1.0.7", + "version": "1.0.8", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",