File tree 6 files changed +15
-10
lines changed
6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 4
4
],
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
7
- "version" : " 0.7.3 "
7
+ "version" : " 0.7.4-alpha.0 "
8
8
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ npm install -g foam-cli
19
19
$ foam COMMAND
20
20
running command...
21
21
$ foam (-v| --version| version)
22
- foam-cli/0.7.3 darwin-x64 node-v12.18.2
22
+ foam-cli/0.7.4-alpha.0 darwin-x64 node-v12.18.2
23
23
$ foam --help [COMMAND]
24
24
USAGE
25
25
$ foam COMMAND
@@ -65,7 +65,7 @@ EXAMPLE
65
65
$ foam-cli janitor path-to-foam-workspace
66
66
```
67
67
68
- _ See code: [ src/commands/janitor.ts] ( https://github.com/foambubble/foam/blob/v0.7.3 /src/commands/janitor.ts ) _
68
+ _ See code: [ src/commands/janitor.ts] ( https://github.com/foambubble/foam/blob/v0.7.4-alpha.0 /src/commands/janitor.ts ) _
69
69
70
70
## ` foam migrate [WORKSPACEPATH] `
71
71
@@ -84,7 +84,7 @@ EXAMPLE
84
84
Successfully generated link references and heading!
85
85
```
86
86
87
- _ See code: [ src/commands/migrate.ts] ( https://github.com/foambubble/foam/blob/v0.7.3 /src/commands/migrate.ts ) _
87
+ _ See code: [ src/commands/migrate.ts] ( https://github.com/foambubble/foam/blob/v0.7.4-alpha.0 /src/commands/migrate.ts ) _
88
88
<!-- commandsstop -->
89
89
90
90
## Development
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " foam-cli" ,
3
3
"description" : " Foam CLI" ,
4
- "version" : " 0.7.3 " ,
4
+ "version" : " 0.7.4-alpha.0 " ,
5
5
"author" : " Jani Eväkallio @jevakallio" ,
6
6
"bin" : {
7
7
"foam" : " ./bin/run"
11
11
"@oclif/command" : " ^1" ,
12
12
"@oclif/config" : " ^1" ,
13
13
"@oclif/plugin-help" : " ^3" ,
14
- "foam-core" : " ^0.7.3 " ,
14
+ "foam-core" : " ^0.7.4-alpha.0 " ,
15
15
"ora" : " ^4.0.4" ,
16
16
"tslib" : " ^1"
17
17
},
Original file line number Diff line number Diff line change 2
2
"name" : " foam-core" ,
3
3
"author" : " Jani Eväkallio" ,
4
4
"repository" : " https://github.com/foambubble/foam" ,
5
- "version" : " 0.7.3 " ,
5
+ "version" : " 0.7.4-alpha.0 " ,
6
6
"license" : " MIT" ,
7
7
"files" : [
8
8
" dist"
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to the "foam-vscode" extension will be documented in this fi
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
- ## [ 0.7.2] - 2020-12-13
7
+ ## [ 0.7.4] - 2020-12-16
8
+
9
+ Fixes and Improvement:
10
+ - Fixed a bug that was causing Foam to not work correctly in Windows (#391 )
11
+
12
+ ## [ 0.7.3] - 2020-12-13
8
13
9
14
Fixes and Improvements:
10
15
- Foam model: fix to link references on node update/deletion (#393 - thanks @AndrewNatoli )
Original file line number Diff line number Diff line change 8
8
"type" : " git"
9
9
},
10
10
"homepage" : " https://github.com/foambubble/foam" ,
11
- "version" : " 0.7.3 " ,
11
+ "version" : " 0.7.4-alpha.0 " ,
12
12
"license" : " MIT" ,
13
13
"publisher" : " foam" ,
14
14
"engines" : {
202
202
},
203
203
"dependencies" : {
204
204
"dateformat" : " ^3.0.3" ,
205
- "foam-core" : " ^0.7.3 "
205
+ "foam-core" : " ^0.7.4-alpha.0 "
206
206
}
207
207
}
You can’t perform that action at this time.
0 commit comments