Skip to content

Commit

Permalink
chore: release 1.1.0 (#3)
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] authored Jun 23, 2020
1 parent 0848523 commit e64fde6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### Features

* support class directive ([52c01be](https://www.github.com/sastan/svelte-hyperscript/commit/52c01beb459db702b0088a8c2843a5eff23f127d))
* support use:action directive ([0848523](https://www.github.com/sastan/svelte-hyperscript/commit/08485236eca6b9ab408a6f6485f27fb9ce904b27))
* **bind:** support bind directive for component properties ([b5b90b3](https://www.github.com/sastan/svelte-hyperscript/commit/b5b90b3a5e4dd1a74de4507c65510bd79242caae))
* **bind:** support bind directive on html elements ([b13915c](https://www.github.com/sastan/svelte-hyperscript/commit/b13915cb4b9ab137978c819e3e84a70c4fa13efe))
* support on:eventname modifiers on DOM elements ([7646195](https://www.github.com/sastan/svelte-hyperscript/commit/764619586cf6f05a8d89b40becdde0defdc64285))


### Bug Fixes

* add test for context API ([a035f10](https://www.github.com/sastan/svelte-hyperscript/commit/a035f108a97896ca80af9ec5300e9f56d0770a8b))
* comment transition code ([7bbf3d6](https://www.github.com/sastan/svelte-hyperscript/commit/7bbf3d6e7020046a5faaf95f48e5cb968de4700a))
* render empty node for null, undefined and false ([d3d6126](https://www.github.com/sastan/svelte-hyperscript/commit/d3d6126ce2b7c69976914ade40a6482272f760ad))

## 1.0.0 (2020-06-21)


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.0.0",
"version": "1.1.0",
"description": "hyperscript for svelte",
"source": "src/h.js",
"main": "./dist/cjs/h.js",
Expand Down

0 comments on commit e64fde6

Please sign in to comment.