From 2f67f7c2f9bfa9b22c2ee62c5329c8ad5b72ec10 Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Mon, 18 Nov 2024 20:53:20 +0800 Subject: [PATCH] release: v1.45.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/table.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8eecc9..0382f147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.45.0 (18 Nov 2024) + +* feat(table): parse table string + ## v1.44.0 (2 Nov 2024) * feat: add singleton diff --git a/package.json b/package.json index 2f13e92d..c0794a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "licia", - "version": "1.44.0", + "version": "1.45.0", "description": "Useful utility collection with zero dependencies", "bin": { "licia": "./bin/licia.js" diff --git a/src/table.js b/src/table.js index 64d39262..00b6dea5 100644 --- a/src/table.js +++ b/src/table.js @@ -60,7 +60,7 @@ * ): string; */ -_('each strWidth map repeat cloneDeep defaults trim rtrim filter last'); +_('each strWidth map repeat cloneDeep defaults trim rtrim filter'); exports = function(rows, options = {}) { rows = cloneDeep(rows);