Skip to content

Commit

Permalink
Version 3.2.13 Release
Browse files Browse the repository at this point in the history
### House Keeping
* Tested on VS Code 1.85 🧪
* Updated a few dependencies

### Behind The Scenes
* Continued working on Issue #383
  • Loading branch information
BenRogersWPG committed Dec 10, 2023
1 parent 200152b commit afbb9e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## \[3.2.13] (2023-12-09)
### House Keeping
* Tested on VS Code 1.85 🧪
* Updated a few dependencies

### Behind The Scenes
* Continued working on Issue #383

## \[3.2.12] (2023-11-02)
### House Keeping
* Tested on VS Code 1.84 🧪
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Transparent Minimap",
"icon": "images/icon.webp",
"description": "Makes your VS Code minimap transparent, giving you more horizontal room for coding. You can also choose the color of your minimap to style it based on your theme",
"version": "3.2.12",
"version": "3.2.13",
"publisher": "BenRogersWPG",
"author": {
"name": "Ben Rogers"
Expand Down Expand Up @@ -206,7 +206,7 @@
"@types/mocha": "^10.0.2",
"@types/node": "^20.9.1",
"@types/sinon": "^10.0.13",
"@types/vscode": "^1.85.0",
"@types/vscode": "^1.43.2",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vscode/test-electron": "^2.3.8",
Expand Down

0 comments on commit afbb9e9

Please sign in to comment.