From a03c9b450f525b9211cd8f883c7baf57cb550886 Mon Sep 17 00:00:00 2001 From: Ricardo Vela <97992712+argvniyx-enroute@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:07:18 -0600 Subject: [PATCH] chore: bump version to 2.1.3 (#78) I didn't bump the version in `package.json` in #75. However, according to https://www.npmjs.com/package/test_track_js_client this is on 2.1.2 (despite the Github page showing 2.0.0) so I skipped to 2.1.3. LMK if I'm missing something (!) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 656ded9..232a6e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test_track_js_client", - "version": "2.1.1", + "version": "2.1.3", "description": "Javascript Client for Test Track", "license": "MIT", "main": "dist/testTrack.bundle.js",