Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 5, 2018
1 parent 1e2c3c7 commit c0c844b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/smooth-code/h2x/compare/v1.1.1...v1.2.0) (2018-10-05)


### Features

* add new JSXInterpolation node ([1e2c3c7](https://github.com/smooth-code/h2x/commit/1e2c3c7))





## [1.1.1](https://github.com/smooth-code/h2x/compare/v1.1.0...v1.1.1) (2018-10-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.1"
"version": "1.2.0"
}
11 changes: 11 additions & 0 deletions packages/h2x-plugin-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v1.1.1...v1.2.0) (2018-10-05)


### Features

* add new JSXInterpolation node ([1e2c3c7](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/1e2c3c7))





## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v1.1.0...v1.1.1) (2018-10-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/h2x-plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h2x-plugin-jsx",
"description": "Transform HTML into JSX.",
"version": "1.1.1",
"version": "1.2.0",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c0c844b

Please sign in to comment.