Skip to content

Commit

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

### Behind The Scenes
* Continued working on Issue #383
  • Loading branch information
BenRogersWPG committed Apr 13, 2024
1 parent 26858bf commit 72f8bb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog
## \[3.2.15] (2024-02-29)
## \[3.2.16] (2024-04-12)
### House Keeping
* Tested on VS Code 1.87 🧪
* Tested on VS Code 1.88 🧪
* Updated a few dependencies

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

## \[3.2.15] (2024-02-29)
### House Keeping
* Tested on VS Code 1.87 🧪
* Updated a few dependencies

## \[3.2.14] (2023-02-06)
### House Keeping
* Tested on VS Code 1.86 🧪
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.15",
"version": "3.2.16",
"publisher": "BenRogersWPG",
"author": {
"name": "Ben Rogers"
Expand Down Expand Up @@ -206,7 +206,7 @@
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.27",
"@types/sinon": "^10.0.13",
"@types/vscode": "^1.88.0",
"@types/vscode": "^1.43.2",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vscode/test-electron": "^2.3.9",
Expand Down

0 comments on commit 72f8bb6

Please sign in to comment.