diff --git a/CHANGELOG.md b/CHANGELOG.md index de98512..ed17940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.0.0](https://github.com/flex-development/string-wrap/compare/1.0.1...2.0.0) (2025-12-06) + +### ⚠ BREAKING CHANGES + +- spacer functions + +### :sparkles: Features + +- [[`d2f80a5`](https://github.com/flex-development/string-wrap/commit/d2f80a5aa97b38e077596ab332d456b7a4ff06ae)] spacer functions + ## [1.0.1](https://github.com/flex-development/string-wrap/compare/1.0.0...1.0.1) (2025-12-05) ### :package: Build @@ -47,3 +57,4 @@ + diff --git a/package.json b/package.json index 6786507..6b360ed 100644 --- a/package.json +++ b/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",