Skip to content

Commit 1228ce0

Browse files
release: 1.0.0 (#9)
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 2452495 commit 1228ce0

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## 1.0.0 (2025-12-04)
2+
3+
### :package: Build
4+
5+
- [[`cf91cf1`](https://github.com/flex-development/string-wrap/commit/cf91cf156d909eeea0bf8083fc6f233c88a46a0a)] **deps-dev:** Bump cspell from 9.3.2 to 9.4.0 ([#7](https://github.com/flex-development/string-wrap/issues/7))
6+
- [[`6100057`](https://github.com/flex-development/string-wrap/commit/610005711c73c72e64172b82f83a48132dfa51b4)] **deps-dev:** Bump happy-dom from 20.0.10 to 20.0.11 ([#1](https://github.com/flex-development/string-wrap/issues/1))
7+
- [[`26ec30a`](https://github.com/flex-development/string-wrap/commit/26ec30ae228b652e251bd88b587cbb81ddca9578)] **deps-dev:** Bump the vitest group with 3 updates ([#6](https://github.com/flex-development/string-wrap/issues/6))
8+
- [[`1f79fec`](https://github.com/flex-development/string-wrap/commit/1f79feccfa6372af5167f6206909ef671db29127)] **deps-dev:** Bump yaml-eslint-parser from 1.3.1 to 1.3.2 ([#8](https://github.com/flex-development/string-wrap/issues/8))
9+
- [[`7d0c383`](https://github.com/flex-development/string-wrap/commit/7d0c3830244324579450bdd3fa16a0c9c4ffcab2)] **deps:** Bump mdast-util-to-hast from 13.2.0 to 13.2.1 ([#2](https://github.com/flex-development/string-wrap/issues/2))
10+
- [[`4d76f9b`](https://github.com/flex-development/string-wrap/commit/4d76f9bd4fa693771e055c6b9973f505bbc27017)] **deps:** Bump validator from 13.15.20 to 13.15.23 ([#3](https://github.com/flex-development/string-wrap/issues/3))
11+
12+
### :robot: Continuous Integration
13+
14+
- [[`144f686`](https://github.com/flex-development/string-wrap/commit/144f68693190433e8f2f2afe2b690359502eb58e)] **deps:** Bump actions/checkout from 6.0.0 to 6.0.1 ([#4](https://github.com/flex-development/string-wrap/issues/4))
15+
- [[`1e04a8d`](https://github.com/flex-development/string-wrap/commit/1e04a8d4f3a3af3348a7a7afb3d6ca74cdc1c8dd)] **deps:** Bump actions/setup-node from 6.0.0 to 6.1.0 ([#5](https://github.com/flex-development/string-wrap/issues/5))
16+
17+
### :pencil: Documentation
18+
19+
- [[`7a2bab8`](https://github.com/flex-development/string-wrap/commit/7a2bab87cd0ea5fdbc690b2e52ea829b756ca87e)] use
20+
- [[`bcde6ce`](https://github.com/flex-development/string-wrap/commit/bcde6cec7d73b8a02212a0694b90fbd5b5784832)] what is this?
21+
22+
### :sparkles: Features
23+
24+
- [[`2da90e3`](https://github.com/flex-development/string-wrap/commit/2da90e3c052489d14fda5eaf0ee22068e9d9fbd2)] `lines`
25+
- [[`6ebe50b`](https://github.com/flex-development/string-wrap/commit/6ebe50b0bd649d718053b4f8c9f372b3cafd74dd)] `Options#tabSize`
26+
- [[`e96917c`](https://github.com/flex-development/string-wrap/commit/e96917cd85b797a1389bcf74b577633a57f86ca0)] `wrap`
27+
- [[`85e6ebc`](https://github.com/flex-development/string-wrap/commit/85e6ebc9ba576f6d5fdbeb86bbbb55dabe777033)] ansi support
28+
- [[`b210dbe`](https://github.com/flex-development/string-wrap/commit/b210dbe7c073dd6e0340c40f23e4358ec6a8e953)] wrap algorithm
29+
30+
### :house_with_garden: Housekeeping
31+
32+
- [[`87b1142`](https://github.com/flex-development/string-wrap/commit/87b11426a109e0514314a48465f48b9f18311af6)] initial commit
33+
34+
### :mechanical_arm: Refactors
35+
36+
- [[`570f7c9`](https://github.com/flex-development/string-wrap/commit/570f7c96bbfd41df6a4a0d615c511fc92a3b4b00)] **internal:** [`takeVisible`] add ansi support
37+
38+

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": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"256",
77
"ansi",

0 commit comments

Comments
 (0)