Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit c9bf8b2

Browse files
committed
chore(release): 1.2.1
1 parent 6c17a1d commit c9bf8b2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.2.1"></a>
6+
## [1.2.1](https://github.com/LeDDGroup/tsx-create-html-element/compare/v1.2.0...v1.2.1) (2019-01-20)
7+
8+
9+
510
<a name="1.2.0"></a>
611
# [1.2.0](/compare/v1.1.0...v1.2.0) (2019-01-18)
712

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsx-create-html-element",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Create html elements from tsx syntax",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -20,7 +20,13 @@
2020
"preset": "ts-jest",
2121
"testEnvironment": "node"
2222
},
23-
"keywords": ["tsx", "typescript", "jsx", "dom", "createElement"],
23+
"keywords": [
24+
"tsx",
25+
"typescript",
26+
"jsx",
27+
"dom",
28+
"createElement"
29+
],
2430
"author": "Daniel Perez Alvarez <[email protected]>",
2531
"license": "ISC",
2632
"devDependencies": {

0 commit comments

Comments
 (0)