Skip to content

Commit 97e7dc7

Browse files
release: 1.0.1 (#12)
Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> Co-authored-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com>
1 parent 95ed99f commit 97e7dc7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.1](https://github.com/flex-development/string-wrap/compare/1.0.0...1.0.1) (2025-12-05)
2+
3+
### :package: Build
4+
5+
- [[`81d4087`](https://github.com/flex-development/string-wrap/commit/81d40877b97221fd58aa795f4bc91e4bbaf6d079)] **deps-dev:** Bump the commitlint group with 2 updates ([#11](https://github.com/flex-development/string-wrap/issues/11))
6+
7+
### :bug: Fixes
8+
9+
- [[`3c8fa48`](https://github.com/flex-development/string-wrap/commit/3c8fa48112bd80dadd29b02261d120142bd19daf)] **internal:** space resolution after eol without trimming
10+
111
## 1.0.0 (2025-12-04)
212

313
### :package: Build
@@ -36,3 +46,4 @@
3646
- [[`570f7c9`](https://github.com/flex-development/string-wrap/commit/570f7c96bbfd41df6a4a0d615c511fc92a3b4b00)] **internal:** [`takeVisible`] add ansi support
3747

3848

49+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/string-wrap",
33
"description": "Wrap a string to a specified column width",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"keywords": [
66
"256",
77
"ansi",

0 commit comments

Comments
 (0)