Skip to content

Commit 8d4e6b5

Browse files
committed
v0.0.7
1 parent 4c6bea5 commit 8d4e6b5

File tree

7 files changed

+4707
-545
lines changed

7 files changed

+4707
-545
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ node_modules
88
__pycache__
99

1010
# scala
11-
.metals
11+
.metals
12+
13+
null

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
66

77
## [Unreleased]
88

9+
## [0.0.7] - 2021-02-07
10+
11+
### Changed
12+
13+
- Updated to new versions of third-party libraries for static files.
14+
- Updated npm packages.
15+
916
### Fixed
1017

1118
- Fixed CHANGELOG.md formatting.
@@ -16,7 +23,7 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
1623

1724
## [0.0.5] - 2021-01-10
1825

19-
## Changed
26+
### Changed
2027

2128
- Updated code-ql workflow.
2229
- Updated workflow for gitmodules.
@@ -78,7 +85,8 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
7885
[Semantic Versioning]: https://semver.org/
7986

8087
<!-- Versions -->
81-
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.6..HEAD
88+
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.7..HEAD
89+
[0.0.7]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.6..v0.0.7
8290
[0.0.6]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.5..v0.0.6
8391
[0.0.5]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.4..v0.0.5
8492
[0.0.4]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.3..v0.0.4

0 commit comments

Comments
 (0)