Skip to content

Commit 7fc9cbc

Browse files
committed
chore(release): 1.0.4
1 parent fd2e511 commit 7fc9cbc

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/hawtio/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [1.0.4](https://github.com/hawtio/hawtio-next/compare/v1.0.3...v1.0.4) (2024-02-08)
6+
7+
8+
### Bug Fixes
9+
10+
* **connect:** HAWNG-441 encrypt session storage ([8ecb827](https://github.com/hawtio/hawtio-next/commit/8ecb8275c5b8641142c6fb4f92043f58b357b13d))
11+
* **connect:** HAWNG-474 make sure only http(s) is used for connection scheme ([97500b3](https://github.com/hawtio/hawtio-next/commit/97500b3960b5a05d8eaaa8358161ec39ea7f7cb4))
12+
513
## [1.0.3](https://github.com/hawtio/hawtio-next/compare/v1.0.2...v1.0.3) (2023-12-21)
614

715

packages/hawtio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawtio/react",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Hawtio reimplementation based on TypeScript + React.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)