Skip to content

Commit f42d9dc

Browse files
committed
🔖 release version 1.1.1
1 parent b5dab26 commit f42d9dc

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## 1.1.0 (2021-06-03)
29

310
- Version 1.1.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
1414
```
1515

1616
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).
1818
Make sure to add it to PATH so you can access it from anywhere
1919

2020
## QuickStart

bin/constants/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '1.1.0';
1+
const version = '1.1.1';

installers/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (Test-Path -Path $DocrunnerDirectory) {
1717
}
1818

1919
# 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
2121

2222
Write-Host 'Installing Docrunner' -ForegroundColor cyan
2323

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: docrunner
22
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
44
homepage: https://github.com/DudeBro249/docrunner
55

66
environment:

website/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ iwr -useb https://raw.githubusercontent.com/DudeBro249/docrunner/dev/installers/
88
```
99

1010
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).
1212
Make sure to add it to PATH so you can access it from anywhere
1313

1414
## QuickStart

0 commit comments

Comments
 (0)