Skip to content

Commit

Permalink
chore: release 1.1.1 (#4)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] committed Jun 23, 2020
1 parent a515564 commit 1a1e5df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.1.1](https://www.github.com/sastan/svelte-hyperscript/compare/v1.1.0...v1.1.1) (2020-06-23)


### Bug Fixes

* **exports:** use default as esm export to support new bundlers and jspm.dev ([a515564](https://www.github.com/sastan/svelte-hyperscript/commit/a51556446cf644b8c93c1d98e634a5b62bacfd47))

## [1.1.0](https://www.github.com/sastan/svelte-hyperscript/compare/v1.0.0...v1.1.0) (2020-06-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-hyperscript",
"version": "1.1.0",
"version": "1.1.1",
"description": "hyperscript for svelte",
"source": "src/h.js",
"main": "./dist/cjs/h.js",
Expand Down

0 comments on commit 1a1e5df

Please sign in to comment.