diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3206fc..28596d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/TheHefty/jvsl.env.agents.code-server/compare/v1.1.0...v1.1.1) (2026-08-10) + + +### Bug Fixes + +* **docker:** give rootlesskit a port driver, so -p means something ([ec6684b](https://github.com/TheHefty/jvsl.env.agents.code-server/commit/ec6684b9fe20ff5bfc411d576968246de5ad5286)) + ## [1.1.0](https://github.com/TheHefty/jvsl.env.agents.code-server/compare/v1.0.2...v1.1.0) (2026-08-03) diff --git a/start/tauri.conf.json b/start/tauri.conf.json index 6279447..3f04642 100644 --- a/start/tauri.conf.json +++ b/start/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "start", - "version": "1.1.0", + "version": "1.1.1", "identifier": "dev.jvsl.monorepo-template.start", "build": { "frontendDist": "dist" diff --git a/version.txt b/version.txt index 9084fa2..524cb55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.1.1