diff --git a/CHANGELOG.md b/CHANGELOG.md index 105b6e6..454e765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 41ce9d4..1215aed 100644 --- a/package.json +++ b/package.json @@ -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",