From 44e5ad92ab011aea5bddeb0a4e4cf3148cb52bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:48:05 -0300 Subject: [PATCH] chore(main): release 2.7.1 (#831) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d00add5..da5220c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.1](https://github.com/wellwelwel/poku/compare/v2.7.0...v2.7.1) (2024-10-27) + + +### Bug Fixes + +* prevent invalid column size count ([#830](https://github.com/wellwelwel/poku/issues/830)) ([2d00338](https://github.com/wellwelwel/poku/commit/2d00338810f25cc5fd7fa1bdea3ff4983cb54ac1)) + ## [2.7.0](https://github.com/wellwelwel/poku/compare/v2.6.2...v2.7.0) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index 93c4cbd5..ce39d85c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku", - "version": "2.7.0", + "version": "2.7.1", "license": "MIT", "bin": { "poku": "lib/bin/index.js" diff --git a/package.json b/package.json index dae25d08..20f72603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku", - "version": "2.7.0", + "version": "2.7.1", "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.", "main": "./lib/modules/index.js", "license": "MIT",