We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39d37a commit 0c61dd9Copy full SHA for 0c61dd9
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## [2.0.0](https://github.com/flex-development/string-wrap/compare/1.0.1...2.0.0) (2025-12-06)
2
+
3
+### ⚠ BREAKING CHANGES
4
5
+- spacer functions
6
7
+### :sparkles: Features
8
9
+- [[`d2f80a5`](https://github.com/flex-development/string-wrap/commit/d2f80a5aa97b38e077596ab332d456b7a4ff06ae)] spacer functions
10
11
## [1.0.1](https://github.com/flex-development/string-wrap/compare/1.0.0...1.0.1) (2025-12-05)
12
13
### :package: Build
@@ -47,3 +57,4 @@
47
57
48
58
49
59
60
package.json
@@ -1,7 +1,7 @@
{
"name": "@flex-development/string-wrap",
"description": "Wrap a string to a specified column width",
- "version": "1.0.1",
+ "version": "2.0.0",
"keywords": [
"256",
"ansi",
0 commit comments