Skip to content

Commit fb7f30e

Browse files
committed
v0.0.13
1 parent 9ddeefd commit fb7f30e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
1818

1919
### Security
2020

21+
## [0.0.13] - 2021-04-10
22+
23+
### Fixed
24+
25+
- Fixed `CodeQL` workflow.
26+
2127
## [0.0.12] - 2021-04-10
2228

2329
### Fixed
@@ -132,7 +138,9 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
132138
[Semantic Versioning]: https://semver.org/
133139

134140
<!-- Versions -->
135-
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.11..HEAD
141+
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.13..HEAD
142+
[0.0.9]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.12..v0.0.13
143+
[0.0.9]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.11..v0.0.12
136144
[0.0.9]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.10..v0.0.11
137145
[0.0.9]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.9..v0.0.10
138146
[0.0.9]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.8..v0.0.9

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cse-framework",
33
"displayName": "cse-framework",
44
"description": "VSCode extension for cse repositories - provides templates, snippets, etc.",
5-
"version": "0.0.12",
5+
"version": "0.0.13",
66
"publisher": "manas-talukdar",
77
"license": "MIT",
88
"repository": {

static-to-copy/.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v2
2929

3030
- name: setup java
31-
- uses: actions/setup-java@v2
31+
uses: actions/setup-java@v2
3232
with:
3333
distribution: 'adopt'
3434
java-version: '16.0.0'

0 commit comments

Comments
 (0)