From 5ffcb603db35d0142911a7666291b97e1496e13c Mon Sep 17 00:00:00 2001 From: Rando Luik <47411930+raluik@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:12:12 +0300 Subject: [PATCH] Bump version to 12.2.0 (#720) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3779d602..419a127a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qminder-api", - "version": "12.1.2", + "version": "12.2.0", "description": "Qminder Javascript API. Makes it easy to leverage Qminder capabilities in your system.", "scripts": { "test": "jest",