We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fb1a0 commit 18a992fCopy full SHA for 18a992f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.1](https://github.com/danprates/lite-jsx/compare/v1.1.0...v1.1.1) (2023-04-01)
4
+
5
6
+### Bug Fixes
7
8
+* **action:** change trigger in publish ([#4](https://github.com/danprates/lite-jsx/issues/4)) ([f2fb1a0](https://github.com/danprates/lite-jsx/commit/f2fb1a05267836db6e17a740456b01b6035b835a))
9
10
## [1.1.0](https://github.com/danprates/lite-jsx/compare/v1.0.0...v1.1.0) (2023-04-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "lite-jsx",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A simple library for generating HTML using JSX-like syntax",
"main": "src/index.js",
"types": "src/index.d.ts",
0 commit comments