Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martclanor committed Feb 15, 2025
1 parent 13d8fbb commit fcc312e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.0.7-alpha

- Remove workflow trigger on push
- Add workflow for publishing to VS marketplace
- Move changelog from readme.md to changelog.md
- Allow manual workflow trigger
- Enhance regex accuracy with boundary assertions
- Sort package.json
- Integrate prettier as script
- Fix regex matching
- Update dfn files (MODFLOW 6.6.0)
- Check template generation in ci
- Use python's inline script metadata

## 0.0.6-alpha

- Add gh release workflow
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
@@ -1,7 +1,7 @@
{
"name": "mf6-syntax",
"displayName": "MODFLOW 6 Syntax",
"version": "0.0.6",
"version": "0.0.7",
"description": "MODFLOW 6 input text file syntax highlighting support",
"categories": [
"Other"
Expand Down
2 changes: 1 addition & 1 deletion templates/package.json.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mf6-syntax",
"displayName": "MODFLOW 6 Syntax",
"version": "0.0.6",
"version": "0.0.7",
"description": "MODFLOW 6 input text file syntax highlighting support",
"categories": [
"Other"
Expand Down

0 comments on commit fcc312e

Please sign in to comment.