Skip to content

Commit 140e3ef

Browse files
Version Packages (#74)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b289c88 commit 140e3ef

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/cruel-days-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-cooks-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-queens-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/whole-parents-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# effect-vscode
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#77](https://github.com/Effect-TS/vscode-extension/pull/77) [`b289c88`](https://github.com/Effect-TS/vscode-extension/commit/b289c885c05a06f75b71d6571c82752468a6565c) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Removed some unused internals, cleaned up and decoupled from some vscode/dap specifics
8+
9+
- [#73](https://github.com/Effect-TS/vscode-extension/pull/73) [`e54018f`](https://github.com/Effect-TS/vscode-extension/commit/e54018f1416157998ed900c967bc0f5dcbbed42f) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Add pause on defect
10+
11+
### Patch Changes
12+
13+
- [#72](https://github.com/Effect-TS/vscode-extension/pull/72) [`bcafdcd`](https://github.com/Effect-TS/vscode-extension/commit/bcafdcda1d6821bc044ff33c19df8835a64b9a4b) Thanks [@nikelborm](https://github.com/nikelborm)! - Fixed pieces of formatting, spelling, and typos in README.md
14+
15+
- [#75](https://github.com/Effect-TS/vscode-extension/pull/75) [`d8a4f13`](https://github.com/Effect-TS/vscode-extension/commit/d8a4f13cab6c09b5b7b73eef63828a2e58364c52) Thanks [@mattiamanzati](https://github.com/mattiamanzati)! - Adds a mechanism to preload the effect's debugger instrumentation before node begins executing userlands scripts.
16+
317
## 0.6.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Effect Dev Tools",
44
"description": "Tools to assist development with the Effect Typescript framework",
55
"icon": "resources/icons/effect-dark.png",
6-
"version": "0.6.0",
6+
"version": "0.7.0",
77
"private": true,
88
"packageManager": "[email protected]",
99
"engines": {

0 commit comments

Comments
 (0)