Skip to content

Commit d04bd21

Browse files
jkhclaude
andcommitted
Release v1.1.2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 49ed03e commit d04bd21

File tree

4 files changed

+706
-408
lines changed

4 files changed

+706
-408
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [1.1.2] - 2026-03-11
9+
10+
### Other
11+
- Fix release script to include package-lock.json in version bumps
12+
813
## [1.1.1] - 2026-03-11
914

1015
### Other

webmux/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmux-backend",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"scripts": {
66
"build": "tsc",

webmux/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmux-frontend",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)