Skip to content

Commit

Permalink
Merge branch 'master' into feat-status-bar-item-color-control
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMelendez authored Dec 31, 2024
2 parents 97e71f5 + 139b899 commit 789a553
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 284 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## [v1.29.0](https://github.com/vscodevim/vim/tree/v1.29.0) (2024-12-04)

### Added

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "1.28.1",
"version": "1.29.0",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",
Expand Down Expand Up @@ -1316,7 +1316,7 @@
"@types/glob": "8.1.0",
"@types/lodash": "4.17.13",
"@types/mocha": "10.0.10",
"@types/node": "22.10.0",
"@types/node": "22.10.2",
"@types/parsimmon": "1.10.9",
"@types/sinon": "17.0.3",
"@types/vscode": "1.74.0",
Expand All @@ -1339,15 +1339,15 @@
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"minimist": "1.2.8",
"mocha": "10.8.2",
"mocha": "11.0.1",
"plugin-error": "2.0.1",
"prettier": "3.4.1",
"prettier": "3.4.2",
"sinon": "19.0.2",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"vsce": "2.15.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-merge": "6.0.1",
"webpack-stream": "7.0.0"
},
Expand Down
Loading

0 comments on commit 789a553

Please sign in to comment.