Skip to content

Commit

Permalink
Incremented version to 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
boltex committed Apr 29, 2024
1 parent d408cbf commit f242368
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 0.2.14

- ...

# 0.2.13

- Added new videos to the readme: "Intro to Leo" and "LeoJS Features Demo".
Expand Down
12 changes: 9 additions & 3 deletions leojs.leo
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<v t="felix.20201208214250.2"><vh>Documentation</vh>
<v t="felix.20201208214319.1"><vh>@clean README.md</vh></v>
<v t="felix.20201208214506.1"><vh>@clean CHANGELOG.md</vh>
<v t="felix.20240428224613.1"><vh>0.2.14</vh></v>
<v t="foo.20240309205342.1"><vh>0.2.13</vh></v>
<v t="felix.20240122215450.1"><vh>0.2.12</vh></v>
<v t="felix.20240113195919.1"><vh>0.2.11</vh></v>
Expand Down Expand Up @@ -4716,7 +4717,7 @@ public async insertNode(p_node: Position | undefined, p_fromOutline: boolean, p_
"name": "leojs",
"displayName": "Leo Editor for Visual Studio Code",
"description": "LeoJS — The literate editor with outline javascript implementation",
"version": "0.2.13",
"version": "0.2.14",
"publisher": "boltex",
"author": {
"name": "Félix Malboeuf"
Expand All @@ -4730,7 +4731,7 @@ public async insertNode(p_node: Position | undefined, p_fromOutline: boolean, p_
"url": "https://github.com/boltex/leojs"
},
"engines": {
"vscode": "^1.83.0"
"vscode": "^1.86.0"
},
"keywords": [
"leo",
Expand Down Expand Up @@ -6885,7 +6886,7 @@ public async insertNode(p_node: Position | undefined, p_fromOutline: boolean, p_
"@types/showdown": "^2.0.6",
"@types/sql.js": "^1.4.4",
"@types/uuid": "^9.0.7",
"@types/vscode": "^1.83.0",
"@types/vscode": "^1.86.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
Expand Down Expand Up @@ -18526,6 +18527,11 @@ private _refreshCommanderDetachedLanguage(): void {

}

</t>
<t tx="felix.20240428224613.1"># 0.2.14

- ...

</t>
<t tx="fil.20231216220210.1">## 0.2.5

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "leojs",
"displayName": "Leo Editor for Visual Studio Code",
"description": "LeoJS — The literate editor with outline javascript implementation",
"version": "0.2.13",
"version": "0.2.14",
"publisher": "boltex",
"author": {
"name": "Félix Malboeuf"
Expand Down Expand Up @@ -4487,4 +4487,4 @@
"showdown": "^2.1.0",
"stream": "^0.0.2"
}
}
}
4 changes: 2 additions & 2 deletions settings-panel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>
<div class="content__area">
<section id="welcome" class="section--full mb-0">
<h2 class="section__title section__title--primary">
Welcome to <span class="highlight">LeoJS 0.2.13</span>
Welcome to <span class="highlight">LeoJS 0.2.14</span>
</h2>
<div class="center mt-1">
<a class="button button--flat is-sidebar-hidden"
Expand All @@ -44,7 +44,7 @@ <h2 class="section__title section__title--primary">
<span class="heart">&#x2764;</span>
</a>
<a class="button button--flat" title="LeoJS's Features" href="https://github.com/boltex/leojs#features">
See What's New in LeoJS 0.2.13
See What's New in LeoJS 0.2.14
</a>
</div>
<p class="blurb center ml-0 mr-0">
Expand Down

0 comments on commit f242368

Please sign in to comment.