From 39b753c52c6ad2c877c808226faf49cb9875fe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 22 Jun 2019 14:28:39 +0200 Subject: [PATCH] 9.15.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac6448e..a9fdb685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 9.15.1 +* Linkify all the transforms in the documentation. (#514) +* Replace deprecated package `opn` by `open`. (#525) +* Update dependencies. (#513) + +Thanks @perguth! + ## 9.15.0 * Add favicon. (#502) A `favicon.ico` in the root of your project will be used as the icon for your diff --git a/package.json b/package.json index e79de972..bd94faec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bankai", - "version": "9.15.0", + "version": "9.15.1", "description": "The easiest way to compile JavaScript, HTML and CSS", "license": "Apache-2.0", "repository": "choojs/bankai",