Skip to content

Commit 4b27a8d

Browse files
chore(master): release 1.1.2 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d85df0 commit 4b27a8d

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.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+
310
## [1.1.1](https://github.com/danprates/lite-jsx/compare/v1.1.0...v1.1.1) (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.1",
3+
"version": "1.1.2",
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)