Skip to content

Commit 0df00fa

Browse files
chore(master): release 2.0.1
1 parent 7a21ec0 commit 0df00fa

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [2.0.1](https://github.com/devartifex/copilot-unleashed/compare/v2.0.0...v2.0.1) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve Svelte warning and optimize Docker layer caching ([7a21ec0](https://github.com/devartifex/copilot-unleashed/commit/7a21ec08d5d648bbd4df30391209ee247835ac46))
9+
* suppress npm install warnings in Docker build ([d570304](https://github.com/devartifex/copilot-unleashed/commit/d5703040caa4ba7d1fbfe146bdfb5bac50cbdad4))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copilot-unleashed",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Copilot Unleashed — Self-hosted multi-model AI chat powered by the GitHub Copilot SDK",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)