Skip to content

Commit

Permalink
chore: populate CHANGELOG.md (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jeffery <[email protected]>
  • Loading branch information
d-jeffery and d-jeffery committed Aug 2, 2023
1 parent 49d9aad commit 418e23f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## v0.1.0

### [0.1.0](https://github.com/openfga/vscode-ext/releases/tag/v0.1.0) (2023-08-02)

Internal Release

- feat: Syntax highlighting for OpenFGA files
- feat: Custom OpenFGA dark theme
- feat: command to transform OpenFGA DSL to JSON
4 changes: 2 additions & 2 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"zanzibar"
],
"license": "Apache-2.0",
"version": "0.0.1",
"version": "0.1.0",
"publisher": "openfga",
"repository": {
"type": "git",
"url": "https://github.com:openfga/openfga-vscode"
"url": "https://github.com/openfga/vscode-ext"
},
"engines": {
"vscode": "^1.75.0"
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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"zanzibar"
],
"license": "Apache-2.0",
"version": "1.0.0",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/openfga/openfga-vscode"
"url": "https://github.com/openfga/vscode-ext"
},
"bugs": {
"url": "https://github.com/openfga/openfga-vscode/issues"
"url": "https://github.com/openfga/vscode-ext/issues"
},
"homepage": "https://github.com/openfga/openfga-vscode#readme",
"homepage": "https://github.com/openfga/vscode-ext#readme",
"publisher": "openfga",
"categories": [],
"engines": {
Expand Down

0 comments on commit 418e23f

Please sign in to comment.