Skip to content

Commit

Permalink
release: prep 0.19 release (#316)
Browse files Browse the repository at this point in the history
* release: prep 0.19 release

Signed-off-by: Charlie Egan <charlie@styra.com>

* Update versions

Signed-off-by: Charlie Egan <charlie@styra.com>

---------

Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 authored Dec 16, 2024
1 parent 1e1377f commit e608db3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log


## 0.19.0

- util: fix bug in replaceWorkspaceFolderPathVariable [#288](https://github.com/open-policy-agent/vscode-opa/pull/288)
- Dependency updates:
- `@stylistic/eslint-plugin`: `^2.9.0` -> `^2.12.1`
- `@types/mocha`: `10.0.8` -> `10.0.10`
- `@types/node`: `22.7.4` -> `22.10.2`
- `@types/vscode`: `1.94.0` -> `1.96.0`
- `cspell`: `^8.14.4` -> `^8.17.0`
- `dprint`: `^0.47.2` -> `^0.47.6`
- `eslint`: `^9.12.0` -> `^9.17.0`
- `typescript`: `^5.6.2` -> `^5.7.2`
- `typescript-eslint`: `^8.8.0` -> `^8.18.0`
- `@vscode/vsce`: `^3.1.1` -> `^3.2.1`


## 0.18.0

- lsp: Explicitly enable custom LSP features [#282](https://github.com/open-policy-agent/vscode-opa/pull/282)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/open-policy-agent/vscode-opa.git"
},
"description": "Develop, test, debug, and analyze policies for the Open Policy Agent project.",
"version": "0.18.0",
"version": "0.19.0",
"publisher": "tsandall",
"engines": {
"vscode": "^1.96.0"
Expand Down

0 comments on commit e608db3

Please sign in to comment.