Skip to content

Commit 18a992f

Browse files
chore(master): release 1.1.1 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f2fb1a0 commit 18a992f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.1.0](https://github.com/danprates/lite-jsx/compare/v1.0.0...v1.1.0) (2023-04-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lite-jsx",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A simple library for generating HTML using JSX-like syntax",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)