Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umbopepato committed Nov 2, 2021
1 parent 2f01771 commit 16020b8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## [1.3.0](https://github.com/jurassiscripts/velociraptor/compare/1.2.0...1.3.0) (2021-11-02)


### Features

* **hooks:** change script prefix to works on windows ([b076cca](https://github.com/jurassiscripts/velociraptor/commit/b076cca67787e68fd1049b14d3692e8da8371654))
* **hooks:** create multishell prefix ([2e6ab58](https://github.com/jurassiscripts/velociraptor/commit/2e6ab5887b77607d3be44b1d4780e5c6a17ce3dd))


### Bug Fixes

* **hooks:** first argument missing from GIT_ARGS ([5ecea0e](https://github.com/jurassiscripts/velociraptor/commit/5ecea0e7d73c814bf6709e261da4136facc4f54c)), closes [#82](https://github.com/jurassiscripts/velociraptor/issues/82)

## [1.2.0](https://github.com/jurassiscripts/velociraptor/compare/1.1.0...1.2.0) (2021-08-31)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<img alt="Version" src="https://img.shields.io/github/v/release/umbopepato/velociraptor?logo=github&include_prereleases">
<a href="https://github.com/umbopepato/velociraptor"><img alt="GitHub stars" src="https://img.shields.io/github/stars/umbopepato/velociraptor?logo=github"></a>
<a href="#badge"><img alt="vr scripts" src="https://badges.velociraptor.run/flat.svg"/></a>
<a href="https://doc.deno.land/https/deno.land/x/velociraptor@1.2.0/src/scripts_config.ts#ScriptsConfiguration"><img src="https://img.shields.io/badge/deno-doc-blue?logo=deno"></a>
<a href="https://doc.deno.land/https/deno.land/x/velociraptor@1.3.0/src/scripts_config.ts#ScriptsConfiguration"><img src="https://img.shields.io/badge/deno-doc-blue?logo=deno"></a>
<a href="https://deno.land"><img src="https://img.shields.io/badge/deno-%5E1.0.0-green?logo=deno"/></a>
<a href="https://discord.gg/M5K7TBd"><img src="https://img.shields.io/badge/join-chat-7289DA?logo=discord&logoColor=white"/></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen"/></a>
Expand Down
2 changes: 1 addition & 1 deletion egg.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: velociraptor
description: The npm-style script runner for Deno
version: 1.2.0
version: 1.3.0
repository: 'https://github.com/jurassiscripts/velociraptor/'
entry: ./cli.ts
files:
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "1.2.0";
export const version = "1.3.0";

0 comments on commit 16020b8

Please sign in to comment.