Skip to content

Commit

Permalink
Release v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Sep 5, 2023
1 parent 51dce88 commit e363135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Unreleased
## 1.2.0 (Sep 5, 2023)
- Switches from using [JsxTransform][jsx-transform] to implementing a custom JSX compiler with the help of [Acorn][acorn], a JavaScript parsing library.

The result is almost byte-for-byte identical with the exception of a few improvements around closing-brace position. Just like JsxTransform, J6Pack retains all whitespace in the source file, so all reported line numbers match.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "j6pack",
"version": "1.1.0",
"version": "1.2.0",
"description": "Render JSX to JavaScript and HTML/XML. Works also on Node.js. No React dependency, no virtual DOM.",
"keywords": ["jsx", "html", "xml", "express", "react"],
"homepage": "https://github.com/moll/js-j6pack",
Expand Down

0 comments on commit e363135

Please sign in to comment.