Skip to content

Commit 73615c1

Browse files
committed
changelog/version
1 parent dddf030 commit 73615c1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this package will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5+
## [1.8.4] - 2023-08-22
6+
- catch IOException and log a better message for it
7+
- ensure compatibility with 2023.1
8+
59
## [1.8.3] - 2022-09-20
610
- fixed compile errors on <2020.2 and 2022.2+
711
- added explicit C# language feature tests (experimental)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.needle.compilation-visualizer",
33
"displayName": "Compilation Visualizer",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"author": {
66
"name": "Needle",
77
"email": "hi@needle.tools",

0 commit comments

Comments
 (0)