diff --git a/packages/hawtio/CHANGELOG.md b/packages/hawtio/CHANGELOG.md index 68903bda..620fb28d 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.0.2](https://github.com/hawtio/hawtio-next/compare/v1.0.1...v1.0.2) (2023-12-20) + + +### Bug Fixes + +* **core:** provide API for plugins to customise hawtconfig programmatically ([852d5e0](https://github.com/hawtio/hawtio-next/commit/852d5e0e946192ef7dbc196a69aecad8e0cabe7c)) + ## [1.0.1](https://github.com/hawtio/hawtio-next/compare/v1.0.0...v1.0.1) (2023-12-15) diff --git a/packages/hawtio/package.json b/packages/hawtio/package.json index 6a66da23..d8f22b49 100644 --- a/packages/hawtio/package.json +++ b/packages/hawtio/package.json @@ -1,6 +1,6 @@ { "name": "@hawtio/react", - "version": "1.0.1", + "version": "1.0.2", "description": "A Hawtio reimplementation based on TypeScript + React.", "main": "./dist/index.js", "types": "./dist/index.d.ts",