Skip to content

Commit 0ff179c

Browse files
chore: release 1.0.3 (#15)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated package-lock.json [ci skip] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27305b9 commit 0ff179c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [1.0.3](https://www.github.com/kenoxa/svelte-jsx/compare/v1.0.2...v1.0.3) (2020-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* convert some jsx attributes ([27305b9](https://www.github.com/kenoxa/svelte-jsx/commit/27305b94bbc7d2ebfbfa30bcf20989ca803ca597))
9+
* remove CDN as not use for transpile module ([01ccabb](https://www.github.com/kenoxa/svelte-jsx/commit/01ccabb2edeb29097c6900a44f83bb84ea296a78))
10+
311
### [1.0.2](https://www.github.com/kenoxa/svelte-jsx/compare/v1.0.1...v1.0.2) (2020-06-23)
412

513
### Bug Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-jsx",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "jsx for svelte to simplify testing",
55
"source": "src/jsx-runtime.js",
66
"main": "./dist/cjs/jsx.js",

0 commit comments

Comments
 (0)