Skip to content

Commit

Permalink
release(dom): 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Dec 10, 2018
1 parent e211037 commit c0bb763
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 22.3.0 (2018-12-10)

* fix(dom): add better typings for the hyperscript helpers ([e211037](https://github.com/cyclejs/cyclejs/commit/e211037))



## 22.2.0 (2018-12-10)

* fix(dom): support TypeScript's strict mode ([90645d6](https://github.com/cyclejs/cyclejs/commit/90645d6))
Expand Down
2 changes: 1 addition & 1 deletion dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cycle/dom",
"version": "22.2.0",
"version": "22.3.0",
"description": "The standard DOM Driver for Cycle.js, based on Snabbdom",
"license": "MIT",
"homepage": "https://cycle.js.org",
Expand Down

0 comments on commit c0bb763

Please sign in to comment.