Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
Signed-off-by: Release-Candidate <rec@gmx.at>
  • Loading branch information
Release-Candidate committed Jul 17, 2023
1 parent 57a9915 commit 9c3a39d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Chez Scheme REPL for Visual Studio Code Changelog

## Version 0.4.1 (2023-07-17)

### Bugfixes

- Make the package smaller by not including GIFs.

### Internal Changes

- Update dependencies to new versions and make Yarn compatible to version 3

## Version 0.4.0 (2023-06-26)

- Make the delay between starting the terminal for the interactive REPL and sending data to this terminal configurable. Configuration value `chezScheme.replDelay`. See [#5](https://github.com/Release-Candidate/vscode-scheme-repl/issues/5).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-scheme-repl",
"displayName": "Chez Scheme REPL",
"version": "0.4.0",
"version": "0.4.1",
"preview": false,
"publisher": "release-candidate",
"description": "Support for Chez Scheme: Highlighting, autocompletion, documentation on hover and syntax checks.",
Expand Down

0 comments on commit 9c3a39d

Please sign in to comment.