Skip to content

Commit 61965c0

Browse files
authored
Merge pull request #1 from sastan/release-v1.0.0
chore: release 1.0.0
2 parents e3b1b4c + 9c8095e commit 61965c0

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 +1,8 @@
11
# Changelog
2+
3+
## 1.0.0 (2020-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* allow stores as let value and children ([563db43](https://www.github.com/sastan/svelte-hyperscript/commit/563db43b111de753d9eb1d71b0a54e875ca091ea))

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.0.0-dev",
3+
"version": "1.0.0",
44
"description": "hyperscript for svelte",
55
"source": "src/h.js",
66
"main": "./dist/cjs/h.js",

0 commit comments

Comments
 (0)