From 6aa0e84073b7b72f5144da61aab7d658333643bf Mon Sep 17 00:00:00 2001 From: Matt Huggins Date: Tue, 5 Dec 2023 08:54:34 -0600 Subject: [PATCH] v6.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8ad124..b683527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poker-apprentice/hand-history-parser", - "version": "6.5.0", + "version": "6.6.0", "description": "Parse hand histories from online poker sites", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",