Skip to content

Commit bbd1f31

Browse files
Docs: 4.0.5 [skip ci]
1 parent c451149 commit bbd1f31

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.5](https://github.com/im-open/react-html-element/compare/v4.0.4...v4.0.5) (2025-03-05)
2+
3+
4+
### Build
5+
6+
* ensuring CI Release works ([167121b](https://github.com/im-open/react-html-element/commit/167121b6871eb957d8eceac6f3259c42756c6a40))
7+
8+
### Fix
9+
10+
* ensuring types are loaded in newer typescript versions ([3c0201e](https://github.com/im-open/react-html-element/commit/3c0201e3c309fc56edd3287b279f033965781a7f))
11+
112
## [4.0.4](https://github.com/im-open/react-html-element/compare/v4.0.3...v4.0.4) (2023-08-15)
213

314
### Fix

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-html-element",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",
55
"main": "module/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)