From 9b70f8ac00bb02787a7ed5717a4b604869e589d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 3 Dec 2019 12:22:50 +0100 Subject: [PATCH] 9.15.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9fdb685..3ed94329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 9.15.3 +* Migrate Windows tests to Travis from Appveyor. (#530) +* Load CSS normally if JavaScript is disabled. (#531, #535) + +Thanks @auggod! + +## 9.15.2 +* Support Choo v7. (#527) +* Add some examples using `documentify`. (#528) + +Thanks @tornqvist and @shotlom! + ## 9.15.1 * Linkify all the transforms in the documentation. (#514) * Replace deprecated package `opn` by `open`. (#525) diff --git a/package.json b/package.json index e4cd0aea..4930b388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bankai", - "version": "9.15.2", + "version": "9.15.3", "description": "The easiest way to compile JavaScript, HTML and CSS", "license": "Apache-2.0", "repository": "choojs/bankai",