Skip to content

Commit ac92f9c

Browse files
committed
Change log update
1 parent d010bd4 commit ac92f9c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ images/*.gif
44
examples/
55
images/yang-diagram.png
66
yang-language-server.zip
7-
releasing.txt
7+
releasing.md
88
**/node_modules/
99
**/tsconfig.json
1010
**/lerna.json

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v2.3.4
4+
5+
* Fix for "Spawn process fails on windows" [#95](https://github.com/TypeFox/yang-vscode/issues/95)
6+
* Dependencies updated.
7+
38
## v2.3.3
49

510
* Update [yang-lsp][yang-lsp] to version [0.7.6](https://github.com/TypeFox/yang-lsp/releases/tag/v0.7.6)
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Prepare Build
1+
Prepare Build
22

33
1. Update yang-lsp version in package.json
44

@@ -10,15 +10,13 @@ Prepare Build
1010

1111
5. Install vsce `npm install -g @vscode/vsce`
1212

13-
6. Prepare and test the extension: `vsce package`
14-
13+
6. Prepare and test the extension: `vsce package`
1514

1615
Publish Open VSX
1716

1817
1. Create token `https://open-vsx.org/user-settings/tokens` or use existing
1918

20-
2. Publish OpenVSX `npx ovsx publish -p <open vsx access token>`
21-
19+
2. Publish OpenVSX `npx ovsx publish -p <open vsx access token>`
2220

2321
Publish VSCode
2422

@@ -28,4 +26,4 @@ Publish VSCode
2826

2927
3. Publish: `vsce publish`
3028

31-
Create and push release tag
29+
Create and push release tag

0 commit comments

Comments
 (0)