Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Feb 14, 2018
1 parent 2e327be commit d097ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.0] - 2018-02-14

* Ignore [jsx `__source`](https://babeljs.io/docs/plugins/transform-react-jsx-source/) attribute.

Expand All @@ -18,5 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Initial public release.

[Unreleased]: https://github.com/frenzzy/hyperapp-render/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/frenzzy/hyperapp-render/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/frenzzy/hyperapp-render/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/frenzzy/hyperapp-render/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "hyperapp-render",
"version": "1.1.0",
"version": "1.2.0",
"description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support",
"repository": "frenzzy/hyperapp-render",
"author": "Vladimir Kutepov",
Expand Down

0 comments on commit d097ce4

Please sign in to comment.