Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

updating version to 0.3.1 #394

Merged
merged 2 commits into from
Feb 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "vscode-didact" extension will be documented in this

## 0.3.0

- TBD

## 0.3.0

- Switching from xmldom to node-html-parser for heading parsing
- remove history functions
- open a new didact window with each tutorial
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Didact",
"description": "Didact Tutorial Tools for Visual Studio Code",
"license": "Apache-2.0",
"version": "0.3.0",
"version": "0.3.1",
"icon": "icon/logo.png",
"publisher": "redhat",
"preview": true,
Expand Down