Skip to content

Commit b482db7

Browse files
github-actions[bot]danprates
authored andcommitted
chore(master): release 1.3.0
1 parent ce7af9f commit b482db7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/danprates/lite-jsx/compare/v1.2.0...v1.3.0) (2023-04-11)
4+
5+
6+
### Features
7+
8+
* **express:** add $req and $res to template props ([7839436](https://github.com/danprates/lite-jsx/commit/7839436b2b20bf40bfa0f20a20a99865c4fecb9a))
9+
* **render:** add nest render decorator ([2569b3c](https://github.com/danprates/lite-jsx/commit/2569b3c0641c2a1a188365a7190a99589f9542ac))
10+
11+
12+
### Bug Fixes
13+
14+
* **types:** change express middleware name to __express ([26ebdf2](https://github.com/danprates/lite-jsx/commit/26ebdf2d1b24c7cfc2e569ce7cfd0994314f0f9e))
15+
316
## [1.2.0](https://github.com/danprates/lite-jsx/compare/v1.1.2...v1.2.0) (2023-04-05)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0",
3+
"version": "1.3.0",
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)