Skip to content

chore(release): bump version to 1.0.17#210

Merged
maximizeIT merged 1 commit into
mainfrom
chore/bump-1.0.17
Jun 23, 2026
Merged

chore(release): bump version to 1.0.17#210
maximizeIT merged 1 commit into
mainfrom
chore/bump-1.0.17

Conversation

@maximizeIT

Copy link
Copy Markdown
Contributor

Problem

The v1.0.16 release failed to publish to npm:

npm error You cannot publish over the previously published versions: 1.0.15.

The v1.0.16 tag/release was cut, but package.json was never bumped — it still read 1.0.15, which is already on npm. So npm publish refused to overwrite it.

Fix

Bump package.json to 1.0.17. 1.0.16 was never published to npm, but versions/tags are immutable, so we move forward to 1.0.17 rather than rewriting the existing v1.0.16 tag and release.

Follow-up after merge

Cut a fresh v1.0.17 release (the Publish to NPM Registry workflow triggers on release: created) to publish to npm.

Co-authored-by: GitHub Copilot copilot@noreply.github.com

v1.0.16 release failed to publish because package.json was still at
1.0.15 (npm rejects publishing over an existing version). 1.0.16 was
never published to npm; moving forward to 1.0.17 instead of rewriting
the immutable v1.0.16 tag/release.

Co-authored-by: GitHub Copilot <copilot@noreply.github.com>
@maximizeIT maximizeIT marked this pull request as ready for review June 23, 2026 09:44
@maximizeIT maximizeIT requested a review from a team as a code owner June 23, 2026 09:44
@maximizeIT maximizeIT enabled auto-merge June 23, 2026 09:44
@maximizeIT maximizeIT merged commit 9170996 into main Jun 23, 2026
7 checks passed
@maximizeIT maximizeIT deleted the chore/bump-1.0.17 branch June 23, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants