Skip to content

Commit 5c7e4a7

Browse files
committed
Release v2.1.1 - Fix workflow version detection
1 parent 72a4c17 commit 5c7e4a7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.1] - 2025-11-19
11+
12+
### Fixed
13+
- Workflow now correctly detects version changes across multiple commits in a push
14+
1015
## [2.1.0] - 2025-11-19
1116

1217
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readability-server",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)