Skip to content

Commit 53ea491

Browse files
authored
release: v0.2.24 (#298)
1 parent 66805e6 commit 53ea491

File tree

7 files changed

+71
-56
lines changed

7 files changed

+71
-56
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.24
4+
5+
### [0.2.24](https://github.com/openfga/vscode-ext/compare/v0.2.23...v0.2.24) (2024-09-12)
6+
7+
- chore: re-releasing due to a bug in v0.2.23 build
8+
39
## v0.2.23
410

511
### [0.2.23](https://github.com/openfga/vscode-ext/compare/v0.2.22...v0.2.23) (2024-09-06)

client/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"zanzibar"
1212
],
1313
"license": "Apache-2.0",
14-
"version": "0.2.23",
14+
"version": "0.2.24",
1515
"publisher": "openfga",
1616
"repository": {
1717
"type": "git",

package-lock.json

Lines changed: 53 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"zanzibar"
1414
],
1515
"license": "Apache-2.0",
16-
"version": "0.2.23",
16+
"version": "0.2.24",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/openfga/vscode-ext"
@@ -186,7 +186,7 @@
186186
"@types/webpack-env": "^1.18.5",
187187
"@typescript-eslint/eslint-plugin": "^8.5.0",
188188
"@typescript-eslint/parser": "^8.5.0",
189-
"@vscode/test-web": "^0.0.59",
189+
"@vscode/test-web": "^0.0.60",
190190
"@vscode/vsce": "^3.1.0",
191191
"assert-browserify": "^2.0.0",
192192
"eslint": "^8.57.0",

server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openfga-lsp-server",
33
"description": "Language server in node.",
4-
"version": "0.2.23",
4+
"version": "0.2.24",
55
"author": "openfga",
66
"license": "Apache-2.0",
77
"engines": {

0 commit comments

Comments
 (0)