From 60b4d2e6a1ad70fae63648b1f716541d92bbfc72 Mon Sep 17 00:00:00 2001 From: Komeil Mehranfar Date: Thu, 14 Dec 2023 19:25:35 +0100 Subject: [PATCH] version: 2.0.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 682b03e..f859ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudoku-core", - "version": "2.0.5", + "version": "2.0.6", "description": "A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications. it's the engine of https://sudoku.best website", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",