Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctn-malone committed Jul 1, 2022
1 parent 83bbfb1 commit 1e493c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.6.0] **WIP**
## [0.6.0]
* feat: new internal function `strToBytesArray` to convert a `string` to a n `Uint8Array` (`strings.js`)
* refactor!: renamed internal function `utf8ArrayToStr` to `bytesArrayToStr` and changed prototype (`strings.js`)
* fix: close stdout & stderr pipes after execution (`process.js`)
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
An exception will be thrown in case a non semver version is passed as argument
*/

const VERSION = '0.5.0';
const VERSION = '0.6.0';

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

0 comments on commit 1e493c3

Please sign in to comment.