From a4a5ba4430709a1d336debf3e6b2bde4c7ccc69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 22 Jul 2018 13:26:13 +0200 Subject: [PATCH] 2.3.0 --- changelog.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 38425c3..02844ee 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.3.0 - 2018-07-22 +* Fix www. link hrefs. +* Use rollup build. +* Require 100% test coverage. + ## 2.2.1 - 2018-06-17 * Use loose compilation in `@babel/preset-env`. diff --git a/package.json b/package.json index 364318d..43d8e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-parse-chat-markup", - "version": "2.2.1", + "version": "2.3.0", "description": "Abstract chat parser for üWave client applications.", "license": "MIT", "author": "Renée Kooi ",