Skip to content

Commit 4d1d905

Browse files
committed
Update change log, bump package version
1 parent b7a9f84 commit 4d1d905

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.0] - 2025-08-02
9+
10+
- Support negative widths and stretchability/shrinkability (thanks @basil) -
11+
https://github.com/robertknight/tex-linebreak/pull/103
12+
813
## [0.7.0] - 2024-01-15
914

1015
- Add built-in type declarations (thanks @w8r) -

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tex-linebreak",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"main": "dist/lib.js",
55
"types": "dist/types/src/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)