Skip to content

Commit

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

### Behind The Scenes
* Continued working on Issue #383
  • Loading branch information
BenRogersWPG committed May 4, 2024
1 parent 230af69 commit 66a11d2
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.16] (2024-04-12)
## \[3.2.17] (2024-05-04)
### House Keeping
* Tested on VS Code 1.88 🧪
* Tested on VS Code 1.89 🧪
* Updated a few dependencies

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

## \[3.2.16] (2024-04-12)
### House Keeping
* Tested on VS Code 1.88 🧪
* Updated a few dependencies

## \[3.2.15] (2024-02-29)
### House Keeping
* Tested on VS Code 1.87 🧪
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.16",
"version": "3.2.17",
"publisher": "BenRogersWPG",
"author": {
"name": "Ben Rogers"
Expand Down Expand Up @@ -206,7 +206,7 @@
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/sinon": "^10.0.13",
"@types/vscode": "^1.89.0",
"@types/vscode": "^1.43.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.8.0",
"@vscode/test-electron": "^2.3.9",
Expand Down

0 comments on commit 66a11d2

Please sign in to comment.