Skip to content

Commit

Permalink
0.2.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zokhoi committed Apr 1, 2023
1 parent b93dccd commit 212923e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unreleased
## 0.2.0: Beta 2

- Added experimental VSCode for web support with limited functionality
- Moved backend html parsing and traversing from cheerio to [linkedom](https://www.npmjs.com/package/linkedom)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "zokhoi",
"displayName": "FTML/Wikidot Workshop",
"description": "VSCode extension for support of FTML",
"version": "0.1.3",
"version": "0.2.0",
"engines": {
"vscode": "^1.65.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const pkgname = "vscode-ftml";
/**
* Version of the extension.
*/
const pkgver = "0.1.3";
const pkgver = "0.2.0";

export {
urljoin,
Expand Down

0 comments on commit 212923e

Please sign in to comment.