Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "browser.cpp",
"short_name": "browser.cpp",
"description": "In-browser C++20 IDE powered by Monaco Editor and WASM Clang",
"version": "0.4.10",
"version": "0.4.11",
"minimum_chrome_version": "105",
"icons": {
"16": "icons/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser.cpp",
"version": "0.4.10",
"version": "0.4.11",
"description": "In-browser C++20 IDE with WASM Clang toolchain",
"private": true,
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions specs/issue-100-20260918-sdlc_planner-release-0.4.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Release version 0.4.11

## Goal

Publish a reviewable release-candidate change that advances browser.cpp from
`0.4.10` to `0.4.11`.

## Plan

1. Change the canonical version in `manifest.json` to `0.4.11`.
2. Synchronize `package.json` and the root package metadata in
`package-lock.json` from the manifest.
3. Verify version synchronization, linting, the E2E suite, and the production
build before submitting the pull request.

## Scope

Only release-version metadata and this planning record are changed. Generated
build outputs and release artifacts are intentionally excluded.
Loading