Skip to content

Commit

Permalink
Bump package version to v18.0.0. Autofix vscode settings file. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
blitz-1306 authored Jan 11, 2024
1 parent c11d592 commit 36ee1b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"eslint.enable": true,
"eslint.validate": ["javascript", "typescript"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solc-typed-ast",
"version": "17.0.3",
"version": "18.0.0",
"description": "A TypeScript library providing a normalized typed Solidity AST along with the utilities necessary to generate the AST (from Solc) and traverse/manipulate it.",
"keywords": [],
"files": [
Expand Down

0 comments on commit 36ee1b0

Please sign in to comment.