Skip to content

Commit

Permalink
release: v1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 18, 2024
1 parent 398bbc6 commit 2f67f7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.45.0 (18 Nov 2024)

* feat(table): parse table string

## v1.44.0 (2 Nov 2024)

* feat: add singleton
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2f67f7c

Please sign in to comment.