Skip to content

Commit

Permalink
chore(master): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and danprates committed Jul 20, 2023
1 parent 964fb76 commit 30f28dc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.0.0](https://github.com/lite-jsx/core/compare/v1.3.0...v2.0.0) (2023-07-20)


### ⚠ BREAKING CHANGES

* The decoration name has been changed.
* The express middleware has been removed.
* The project name has been changed.

### Features

* rename Render to View decorator ([b94364a](https://github.com/lite-jsx/core/commit/b94364ac3d7e1f7b7ef6fd5403555a1b36a860b4))


### Miscellaneous Chores

* rename project in publish action ([6c296f5](https://github.com/lite-jsx/core/commit/6c296f5b00fa452fa21d901b2e42609f5b17d8b2))


### Code Refactoring

* move express middleware to a separated project ([2ef10b7](https://github.com/lite-jsx/core/commit/2ef10b7d30b0624ef19afc6530fd59741815e7c1))

## [1.3.0](https://github.com/danprates/lite-jsx/compare/v1.2.0...v1.3.0) (2023-04-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 30f28dc

Please sign in to comment.