From 72587f186cbeeb5b10b7ecb11d45bbd39f5b80c4 Mon Sep 17 00:00:00 2001 From: Vladimir Kutepov Date: Thu, 8 Feb 2018 00:43:32 +0700 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599fcf5..525ec0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [1.1.0] - 2018-02-07 + +* Compatibility with Hyperapp [v1.1.0](https://github.com/hyperapp/hyperapp/releases/tag/1.1.0) + after internal VNode schema change. + ## 1.0.0 - 2018-01-24 -* Initial public release +* Initial public release. + +[Unreleased]: https://github.com/kriasoft/universal-router/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/kriasoft/universal-router/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index e56038c..56b3302 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "hyperapp-render", - "version": "1.0.0", + "version": "1.1.0", "description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support", "repository": "frenzzy/hyperapp-render", "author": "Vladimir Kutepov",