From 6cb8debd4d149ba6050898c1e3df8f823bb057c7 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Sun, 21 Apr 2024 20:23:06 +0200 Subject: [PATCH] 0.1.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da33b3..5ab8b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # Upcoming +# v0.1.0 + +Date: 2024-04-21T18:23:06.036Z + ## Features - options to tweak timeouts for "find" and "findAll" diff --git a/package-lock.json b/package-lock.json index 7999af7..ecb593c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "query-bin", - "version": "0.0.3", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "query-bin", - "version": "0.0.3", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@types/node": "20.12.7", diff --git a/package.json b/package.json index 241e20b..a531902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "query-bin", - "version": "0.0.3", + "version": "0.1.0", "description": "A list with queries like in the 'testing-library'", "types": "index.d.s", "type": "module",