Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Nov 3, 2023
1 parent d1768ae commit ce72a33
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 29 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 2.8.2

### New Features

* Add help page [#225](https://github.com/KatsuteDev/Background/pull/225) ([@Katsute](https://github.com/Katsute))

### Fixes

* Fix editor background for floating windows [#237](https://github.com/KatsuteDev/Background/pull/237) ([@Katsute](https://github.com/Katsute))

### Dependencies

* Bump esbuild from 0.19.4 to 0.19.5 [#228](https://github.com/KatsuteDev/Background/pull/228) ([@dependabot](https://github.com/dependabot))
* Bump @types/tmp from 0.2.4 to 0.2.5 [#229](https://github.com/KatsuteDev/Background/pull/229) ([@dependabot](https://github.com/dependabot))
* Bump @types/vscode from 1.83.0 to 1.83.1 [#230](https://github.com/KatsuteDev/Background/pull/230) ([@dependabot](https://github.com/dependabot))
* Bump @vscode/test-electron from 2.3.5 to 2.3.6 [#234](https://github.com/KatsuteDev/Background/pull/234) ([@dependabot](https://github.com/dependabot))
* Bump @vscode/vsce from 2.21.1 to 2.22.0 [#233](https://github.com/KatsuteDev/Background/pull/233) ([@dependabot](https://github.com/dependabot))
* Bump @types/vscode from 1.83.1 to 1.84.0 [#238](https://github.com/KatsuteDev/Background/pull/238) ([@dependabot](https://github.com/dependabot))

**Full Changelog**: [`2.8.1...2.8.2`](https://github.com/KatsuteDev/Background/compare/2.8.1...2.8.2)

## 2.8.1

### New Features
Expand Down
122 changes: 94 additions & 28 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
Expand Up @@ -337,7 +337,7 @@
},
"homepage": "https://github.com/KatsuteDev/Background#readme",
"devDependencies": {
"@types/node": "20.8.0",
"@types/node": "20.8.10",
"@types/tmp": "0.2.5",
"@types/vscode": "1.84.0",
"@vscode/sudo-prompt": "9.3.1",
Expand Down

0 comments on commit ce72a33

Please sign in to comment.