From c0c844b8ed743a4cc2ec880448b5a96c159ef602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 5 Oct 2018 21:00:51 +0200 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/h2x-plugin-jsx/CHANGELOG.md | 11 +++++++++++ packages/h2x-plugin-jsx/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd99a3..f2ee2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index e0f1b89..b1b2157 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "2.1.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "1.1.1" + "version": "1.2.0" } diff --git a/packages/h2x-plugin-jsx/CHANGELOG.md b/packages/h2x-plugin-jsx/CHANGELOG.md index 5ad0e3d..0eb0099 100644 --- a/packages/h2x-plugin-jsx/CHANGELOG.md +++ b/packages/h2x-plugin-jsx/CHANGELOG.md @@ -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) diff --git a/packages/h2x-plugin-jsx/package.json b/packages/h2x-plugin-jsx/package.json index 2145a43..40b0810 100644 --- a/packages/h2x-plugin-jsx/package.json +++ b/packages/h2x-plugin-jsx/package.json @@ -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 ", "license": "MIT",