Skip to content

Commit 30f28dc

Browse files
github-actions[bot]danprates
authored andcommitted
chore(master): release 2.0.0
1 parent 964fb76 commit 30f28dc

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/lite-jsx/core/compare/v1.3.0...v2.0.0) (2023-07-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The decoration name has been changed.
9+
* The express middleware has been removed.
10+
* The project name has been changed.
11+
12+
### Features
13+
14+
* rename Render to View decorator ([b94364a](https://github.com/lite-jsx/core/commit/b94364ac3d7e1f7b7ef6fd5403555a1b36a860b4))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* rename project in publish action ([6c296f5](https://github.com/lite-jsx/core/commit/6c296f5b00fa452fa21d901b2e42609f5b17d8b2))
20+
21+
22+
### Code Refactoring
23+
24+
* move express middleware to a separated project ([2ef10b7](https://github.com/lite-jsx/core/commit/2ef10b7d30b0624ef19afc6530fd59741815e7c1))
25+
326
## [1.3.0](https://github.com/danprates/lite-jsx/compare/v1.2.0...v1.3.0) (2023-04-11)
427

528

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/core",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "A simple library for generating HTML using JSX-like syntax",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)