File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.1 (2021-06-04)
2
+
3
+ - Version 1.1.1.
4
+ - Add <code >[ dotenv] ( https://docrunner-cli.web.app/docs/configuration#dotenv ) </code >
5
+ as a configuration option in the ` docrunner.toml ` configuration file
6
+ - Added <code >[ docrunner self update] ( https://docrunner-cli.web.app/docs/getting-started#updating ) <code > command
7
+
1
8
## 1.1.0 (2021-06-03)
2
9
3
10
- Version 1.1.0.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
14
14
```
15
15
16
16
If none of these methods work, you can also install ` docrunner.exe ` from
17
- [ the releases] ( https://github.com/DudeBro249/docrunner/releases/tag/v1.1.0 ) .
17
+ [ the releases] ( https://github.com/DudeBro249/docrunner/releases/tag/v1.1.1 ) .
18
18
Make sure to add it to PATH so you can access it from anywhere
19
19
20
20
## QuickStart
Original file line number Diff line number Diff line change 1
- const version = '1.1.0 ' ;
1
+ const version = '1.1.1 ' ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (Test-Path -Path $DocrunnerDirectory) {
17
17
}
18
18
19
19
# Download docrunner.exe from github releases
20
- Start-BitsTransfer ' https://github.com/DudeBro249/docrunner/releases/download/v1.1.0 /docrunner.exe' " $DocrunnerDirectory \docrunner.exe" - Description ' Downloading Docrunner from https://github.com/DudeBro249/docrunner/releases' - DisplayName ' Downloading Docrunner' - TransferType Download
20
+ Start-BitsTransfer ' https://github.com/DudeBro249/docrunner/releases/download/v1.1.1 /docrunner.exe' " $DocrunnerDirectory \docrunner.exe" - Description ' Downloading Docrunner from https://github.com/DudeBro249/docrunner/releases' - DisplayName ' Downloading Docrunner' - TransferType Download
21
21
22
22
Write-Host ' Installing Docrunner' - ForegroundColor cyan
23
23
Original file line number Diff line number Diff line change 1
1
name : docrunner
2
2
description : A command line tool which allows you to run the code in your markdown files to ensure that readers always have access to working code.
3
- version : 1.2.0
3
+ version : 1.1.1
4
4
homepage : https://github.com/DudeBro249/docrunner
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
8
8
```
9
9
10
10
If none of these methods work, you can also install ` docrunner.exe ` from
11
- [ the releases] ( https://github.com/DudeBro249/docrunner/releases/tag/v1.1.0 ) .
11
+ [ the releases] ( https://github.com/DudeBro249/docrunner/releases/tag/v1.1.1 ) .
12
12
Make sure to add it to PATH so you can access it from anywhere
13
13
14
14
## QuickStart
You can’t perform that action at this time.
0 commit comments