Skip to content

Commit 4da3f16

Browse files
authored
chore(main): release claude-eta 1.3.16 (#162)
1 parent 92a8cf8 commit 4da3f16

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "Repair loop detector and ETA calibrator for Claude Code",
9-
"version": "1.3.15"
9+
"version": "1.3.16"
1010
},
1111
"plugins": [
1212
{

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "claude-eta",
33
"description": "Repair loop detector and ETA calibrator for Claude Code",
4-
"version": "1.3.15",
4+
"version": "1.3.16",
55
"author": {
66
"name": "mmmprod",
77
"url": "https://github.com/mmmprod"

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.15"
2+
".": "1.3.16"
33
}

CHANGELOG.md

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

3+
## [1.3.16](https://github.com/mmmprod/claude-eta/compare/claude-eta-v1.3.15...claude-eta-v1.3.16) (2026-04-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** surface refresh-baselines HTTP error body and status code ([#161](https://github.com/mmmprod/claude-eta/issues/161)) ([e0f886e](https://github.com/mmmprod/claude-eta/commit/e0f886e6d3a8108c2a9816f3fa868a2ff4524877))
9+
310
## [1.3.15](https://github.com/mmmprod/claude-eta/compare/claude-eta-v1.3.14...claude-eta-v1.3.15) (2026-04-12)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-eta",
3-
"version": "1.3.15",
3+
"version": "1.3.16",
44
"description": "Repair loop detector and ETA calibrator for Claude Code",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)