From 6592b67f7cb521c7da494f1f6dc205954aa84f0b Mon Sep 17 00:00:00 2001 From: Pete West Date: Fri, 18 Aug 2023 10:51:42 +0100 Subject: [PATCH] Bump version to 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b100705..351fc36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sinon-assert-stub", - "version": "2.0.0", + "version": "2.1.0", "description": "Nice assertions for sinon stubs", "type": "module", "main": "./build/code/index.js",