chore(release): 1.0.0-beta.6

This commit is contained in:
Umberto Pepato
2020-05-22 17:20:27 +02:00
parent 81e457febb
commit 5b687ba5fd
3 changed files with 11 additions and 4 deletions

View File

@@ -1,4 +1,11 @@
## [1.0.0-beta.6](https://github.com/umbopepato/velociraptor/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2020-05-22)
### Features
* **export:** add script exporting functionality ([81e457f](https://github.com/umbopepato/velociraptor/commit/81e457febb2d8156fa3a752928bdb9af146bc6b6))
## [1.0.0-beta.5](https://github.com/umbopepato/velociraptor/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2020-05-17)

View File

@@ -9,7 +9,7 @@
<p align="center">
<img src="https://github.com/umbopepato/velociraptor/workflows/Deno%20CI/badge.svg"/>
<a href="https://doc.deno.land/https/deno.land/x/velociraptor@v1.0.0-beta.5/src/scripts_config.ts#ScriptsConfiguration"><img src="https://doc.deno.land/badge.svg"></a>
<a href="https://doc.deno.land/https/deno.land/x/velociraptor@v1.0.0-beta.6/src/scripts_config.ts#ScriptsConfiguration"><img src="https://doc.deno.land/badge.svg"></a>
<img src="https://img.shields.io/badge/deno-%5E1.0.0-blue"/>
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen"/></a>
@@ -67,7 +67,7 @@ $ deno install ... https://deno.land/x/velociraptor@<version>/cli.ts
For example
```sh
$ deno install --allow-read --allow-write --allow-env --allow-run -n vr https://deno.land/x/velociraptor@v1.0.0-beta.5/cli.ts
$ deno install --allow-read --allow-write --allow-env --allow-run -n vr https://deno.land/x/velociraptor@v1.0.0-beta.6/cli.ts
```
</details>
@@ -298,7 +298,7 @@ scripts:
### Script file model
See [ScriptConfiguration](https://doc.deno.land/https/deno.land/x/velociraptor@v1.0.0-beta.5/src/scripts_config.ts#ScriptsConfiguration) for a detailed description of the structure of script files.
See [ScriptConfiguration](https://doc.deno.land/https/deno.land/x/velociraptor@v1.0.0-beta.6/src/scripts_config.ts#ScriptsConfiguration) for a detailed description of the structure of script files.
## Listing scripts

View File

@@ -1 +1 @@
export const version = "1.0.0-beta.5";
export const version = "1.0.0-beta.6";