Skip to content

Commit f06f770

Browse files
committed
Bump version.
1 parent e2d90b0 commit f06f770

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.5], [0.4.3], [0.4.4] 29th October 2019
9+
10+
- It is now possible to open a REPL without needing to have a file open first.
11+
- Changes to how REPL handling works (see the README for in-depth description).
12+
- You can now type the lambda symbol by using the new snippet `lmb` or via a shortcut.
13+
814
## [0.4.2], [0.4.3], [0.4.4] 24th October 2019
915

1016
- Minor changes to README and the marketplace page of Magic Racket.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magic-racket",
33
"displayName": "Magic Racket",
44
"description": "Language support for Racket: top notch syntax highlighting and REPL integration.",
5-
"version": "0.4.4",
5+
"version": "0.4.5",
66
"activationEvents": [
77
"onCommand:magic-racket.loadFileIntoNewRepl",
88
"onCommand:magic-racket.loadFileIntoRepl",

0 commit comments

Comments
 (0)