Skip to content

Commit 75d3cf8

Browse files
authoredJun 23, 2020
chore: release 1.0.1 (#2)
* 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 48deed5 commit 75d3cf8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.0.1](https://www.github.com/kenoxa/svelte-jsx/compare/v1.0.0...v1.0.1) (2020-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **exports:** use default as esm export to support new bundlers and jspm.dev ([80465af](https://www.github.com/kenoxa/svelte-jsx/commit/80465afd0c265e49a144b356d6c2a77c02a50d4b))
9+
310
## 1.0.0 (2020-06-23)
411

512

‎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.0",
3+
"version": "1.0.1",
44
"description": "jsx for svelte",
55
"source": "src/jsx-runtime.js",
66
"main": "./dist/cjs/jsx.js",

0 commit comments

Comments
 (0)
Please sign in to comment.