From 0d683125d6ff9b679d55ec8959f5f522b8b169de Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Tue, 19 Nov 2024 16:57:49 +0900 Subject: [PATCH] chore(release): 1.6.2 --- packages/hawtio/CHANGELOG.md | 7 +++++++ packages/hawtio/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/hawtio/CHANGELOG.md b/packages/hawtio/CHANGELOG.md index fc067525..e9e8bc1c 100644 --- a/packages/hawtio/CHANGELOG.md +++ b/packages/hawtio/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6.2](https://github.com/hawtio/hawtio-next/compare/v1.6.1...v1.6.2) (2024-11-19) + + +### Bug Fixes + +* **Jolokia:** Support native Jolokia 2.1.x optimization mode (fixes [#3663](https://github.com/hawtio/hawtio-next/issues/3663)) ([#1221](https://github.com/hawtio/hawtio-next/issues/1221)) ([#1222](https://github.com/hawtio/hawtio-next/issues/1222)) ([4e2ea4e](https://github.com/hawtio/hawtio-next/commit/4e2ea4eb9479570ae7a5bc182e744a3c5a6de33b)) + ## [1.6.1](https://github.com/hawtio/hawtio-next/compare/v1.6.0...v1.6.1) (2024-10-25) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index 60f1bb54..67d16abd 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "1.6.1", + "version": "1.6.2", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",