Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martclanor committed Feb 2, 2025
1 parent eafd4f3 commit 29d5c8c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ This extension provides syntax highlighting support for MODFLOW 6 input files in

## Release Notes

### 0.0.5

- Lint and format with ruff, codespell and prettier
- Add pre-commit hooks
- Add ci

### 0.0.4

- Replace YAML with direct JSON template conversion
Expand Down
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
Expand Up @@ -2,7 +2,7 @@
"name": "mf6-syntax",
"displayName": "MODFLOW 6 Syntax",
"description": "MODFLOW 6 input text file syntax highlighting support",
"version": "0.0.4",
"version": "0.0.5",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.96.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/package.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mf6-syntax",
"displayName": "MODFLOW 6 Syntax",
"description": "MODFLOW 6 input text file syntax highlighting support",
"version": "0.0.4",
"version": "0.0.5",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.96.0"
Expand Down

0 comments on commit 29d5c8c

Please sign in to comment.