Skip to content

Commit 85cfb06

Browse files
committed
3.4.0
1 parent 80acb7e commit 85cfb06

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](unreleased)
8+
## [3.4.0] - 2020-05-25
99

1010
- Hybrid npm package with both CommonJS and ESM versions
1111
([#20](https://github.com/kriasoft/hyperapp-render/pull/20)).
@@ -61,7 +61,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6161

6262
- Initial public release.
6363

64-
[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v3.3.0...HEAD
64+
[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v3.4.0...HEAD
65+
[3.4.0]: https://github.com/kriasoft/hyperapp-render/compare/v3.3.0...v3.4.0
6566
[3.3.0]: https://github.com/kriasoft/hyperapp-render/compare/v3.2.0...v3.3.0
6667
[3.2.0]: https://github.com/kriasoft/hyperapp-render/compare/v3.1.0...v3.2.0
6768
[3.1.0]: https://github.com/kriasoft/hyperapp-render/compare/v3.0.0...v3.1.0

dist/hyperapp-render.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hyperapp-render.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "hyperapp-render",
4-
"version": "3.3.0",
4+
"version": "3.4.0",
55
"description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support",
66
"repository": "kriasoft/hyperapp-render",
77
"author": "Vladimir Kutepov",

0 commit comments

Comments
 (0)