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 7d85df0 commit 4b27a8dCopy full SHA for 4b27a8d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.2](https://github.com/danprates/lite-jsx/compare/v1.1.1...v1.1.2) (2023-04-01)
4
+
5
6
+### Bug Fixes
7
8
+* **action:** move release action to publish ([#6](https://github.com/danprates/lite-jsx/issues/6)) ([7d85df0](https://github.com/danprates/lite-jsx/commit/7d85df0994fb19b54bfe8591543ab40c448cdf1d))
9
10
## [1.1.1](https://github.com/danprates/lite-jsx/compare/v1.1.0...v1.1.1) (2023-04-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "lite-jsx",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "A simple library for generating HTML using JSX-like syntax",
"main": "src/index.js",
"types": "src/index.d.ts",
0 commit comments