Skip to content

Commit

Permalink
lower vscode version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 13, 2023
1 parent 96d02fd commit 703133b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion vscode-nph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.0.3

- Lower vscode version requirement

## 0.0.2

- Release polish

## 0.0.1

- Initial release
- Initial release
4 changes: 2 additions & 2 deletions vscode-nph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nph",
"displayName": "nph - Nim code formatter",
"description": "Opinionated code formatter for Nim",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "arnetheduck",
"engines": {
"vscode": "^1.30.0"
Expand Down Expand Up @@ -38,7 +38,7 @@
"test": "vscode-test"
},
"devDependencies": {
"@types/vscode": "^1.85.0",
"@types/vscode": "^1.30.0",
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@typescript-eslint/eslint-plugin": "^6.13.1",
Expand Down

0 comments on commit 703133b

Please sign in to comment.