Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctn-malone committed Oct 8, 2024
1 parent 1367610 commit 70c58bc
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.12.1]
* feat: add `chooseDirectory` function (`gum.js`)
* refactor: set default height to `50` for `gum filter` and `gum file` wrappers (`gum.js`)
* feat: add support for trimming the content of a `path` argument (`arg.js`)

## [0.12.0]
* refactor: add *JSDoc* support for `os` and `std` modules
* refactor: replace `os` and `std` imports with `./os.js` and `./std.js` to get completion
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.12.0';
const VERSION = '0.12.1';

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

0 comments on commit 70c58bc

Please sign in to comment.