Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctn-malone committed Apr 11, 2024
1 parent 32d0b78 commit 38a2642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.9.1]
* feat: possibility to disable `stdout` streaming when executing a process (`process.js`)
* feat: possiblity to disable `[]` in query string when same parameter is defined multiple times (`curl.js`)
* refactor: disable `stdout` streaming by default (`curl.js`), to improve performances on large payload

## [0.9.0]
* refactor: improve *JSDoc* support
* feat: add support for [gum](https://github.com/charmbracelet/gum) binary
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
An exception will be thrown in case a non semver version is passed as argument
*/

const VERSION = '0.9.0';
const VERSION = '0.9.1';

/**
* Check whether or not a version is in semver format
Expand Down

0 comments on commit 38a2642

Please sign in to comment.