Skip to content

Commit 1a1e5df

Browse files
chore: release 1.1.1 (#4)
* 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 a515564 commit 1a1e5df

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.1.1](https://www.github.com/sastan/svelte-hyperscript/compare/v1.1.0...v1.1.1) (2020-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **exports:** use default as esm export to support new bundlers and jspm.dev ([a515564](https://www.github.com/sastan/svelte-hyperscript/commit/a51556446cf644b8c93c1d98e634a5b62bacfd47))
9+
310
## [1.1.0](https://www.github.com/sastan/svelte-hyperscript/compare/v1.0.0...v1.1.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-hyperscript",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "hyperscript for svelte",
55
"source": "src/h.js",
66
"main": "./dist/cjs/h.js",

0 commit comments

Comments
 (0)