Skip to content

Commit 7476bbc

Browse files
committed
chore(release): bump version to 1.1.1
1 parent 3ac05aa commit 7476bbc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# boxfix
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Fix multi-pipe connector lines being incorrectly padded. Lines with 3+ vertical bars and only whitespace between them (like `│ │ │`) are now correctly identified as connector lines and excluded from padding.
8+
39
## 1.0.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boxfix",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"packageManager": "pnpm@10.10.0",
55
"description": "Fix misaligned ASCII diagram borders in markdown files",
66
"type": "module",

0 commit comments

Comments
 (0)