From 2969b8323c7db90349b74644ce629512ffaf03f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Fri, 25 May 2018 15:09:31 +0200 Subject: [PATCH] ospec v2.1.0 --- ospec/change-log.md | 2 ++ ospec/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ospec/change-log.md b/ospec/change-log.md index 5bd028e5..4b41f937 100644 --- a/ospec/change-log.md +++ b/ospec/change-log.md @@ -3,6 +3,8 @@ ## Upcoming... + +## 2.1.0 ### Features >>>>>>> [ospec/bin] Back to ES5 (and complimentary cleanup), fix #2160 - Pinpoint the `o.only()` call site ([#2157](https://github.com/MithrilJS/mithril.js/pull/2157)) diff --git a/ospec/package.json b/ospec/package.json index 0d83df7b..2f9113b5 100644 --- a/ospec/package.json +++ b/ospec/package.json @@ -1,6 +1,6 @@ { "name": "ospec", - "version": "2.0.0", + "version": "2.1.0", "description": "Noiseless testing framework", "main": "ospec.js", "directories": {