Skip to content

Commit 26b58c1

Browse files
chore: release 1.0.2 (#3)
* 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 979bdb0 commit 26b58c1

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.2](https://www.github.com/kenoxa/svelte-jsx/compare/v1.0.1...v1.0.2) (2020-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* run build before publish ([979bdb0](https://www.github.com/kenoxa/svelte-jsx/commit/979bdb0e516b5d96c63bd350c6ba68a131842646))
9+
310
### [1.0.1](https://www.github.com/kenoxa/svelte-jsx/compare/v1.0.0...v1.0.1) (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.1",
3+
"version": "1.0.2",
44
"description": "jsx for svelte",
55
"source": "src/jsx-runtime.js",
66
"main": "./dist/cjs/jsx.js",

0 commit comments

Comments
 (0)