Skip to content

Commit

Permalink
chore(release): 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Jun 12, 2024
1 parent f474031 commit e09b70f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/hawtio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/hawtio/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e09b70f

Please sign in to comment.