diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f63b921..c3206fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/TheHefty/jvsl.env.agents.code-server/compare/v1.0.2...v1.1.0) (2026-08-03) + + +### Features + +* **core:** install git-lfs and register its filters system-wide ([#10](https://github.com/TheHefty/jvsl.env.agents.code-server/issues/10)) ([55ea5ee](https://github.com/TheHefty/jvsl.env.agents.code-server/commit/55ea5ee02cd68ce17a3b0ff9a250d8465749fe5a)) + ## [1.0.2](https://github.com/TheHefty/jvsl.env.agents.code-server/compare/v1.0.1...v1.0.2) (2026-08-03) diff --git a/start/tauri.conf.json b/start/tauri.conf.json index 5e0bf24..6279447 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.0.2", + "version": "1.1.0", "identifier": "dev.jvsl.monorepo-template.start", "build": { "frontendDist": "dist" diff --git a/version.txt b/version.txt index 6d7de6e..9084fa2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2 +1.1.0