Skip to content

Commit

Permalink
⬆️ Release new @acusti/textual
Browse files Browse the repository at this point in the history
changes include:
• implement special logic in getInitials for single-word names, including using any uppercase letters or numbers up until maxLength (see new tests for behavior spec)
  • Loading branch information
acusti committed Mar 15, 2024
1 parent 99fbc6c commit 50f5d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/textual/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/textual",
"version": "0.5.0",
"version": "0.6.1",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
Expand Down

0 comments on commit 50f5d78

Please sign in to comment.