Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 1, 2023
1 parent 9a40d08 commit 36dd25e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 1.0.0 (2023-04-01)


### Features

* **h:** add DOCTYPE when rendering html ([813f6fa](https://github.com/danprates/lite-jsx/commit/813f6fa2e9917ff2687d41ad7dee44a4975e847e))
* **h:** add fragment support ([465ea2b](https://github.com/danprates/lite-jsx/commit/465ea2b0918348f1b0ab56250068d14ce787bb5e))
* **h:** add initial h function ([d1110f8](https://github.com/danprates/lite-jsx/commit/d1110f84aa5791ff768124adb47481a1efe86b2e))
* **h:** add sanitize to props ([a049b48](https://github.com/danprates/lite-jsx/commit/a049b489fe6c2511bdac5682419a356124b12548))
* **h:** add sanitize to tagName ([06bc184](https://github.com/danprates/lite-jsx/commit/06bc184ce80fef2d7556c44270474e6e7ca7acce))
* **stringify:** ensure that stringify a nullish child ([333d6f3](https://github.com/danprates/lite-jsx/commit/333d6f3928d269bf79968e00fce177cfd480151a))
* **stringify:** ensure that stringify an object child ([34c90f6](https://github.com/danprates/lite-jsx/commit/34c90f6aa9623782b824a628ccd5f04e3c91b1b8))


### Bug Fixes

* **action:** publish to npm action ([db63499](https://github.com/danprates/lite-jsx/commit/db634996efb700afbd94e80b1cac4db801a1446e))
* **action:** remove unnecessary npm ci script ([4da037f](https://github.com/danprates/lite-jsx/commit/4da037fad61415d90963c8f4cb4d3cc2a8d6e2f6))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lite-jsx",
"version": "1.0.0-alpha.3",
"version": "1.0.0",
"description": "A simple library for generating HTML using JSX-like syntax",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 36dd25e

Please sign in to comment.