Skip to content

Commit

Permalink
chore(release): 0.32.4
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Jun 26, 2023
1 parent 2db0d1c commit bfa8b76
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.32.4](https://github.com/darkobits/saffron/compare/v0.32.3...v0.32.4) (2023-06-26)


### 🐞 Bug Fixes

* `esbuild` strategy infers correct output. ([21903d8](https://github.com/darkobits/saffron/commit/21903d80013210f5f967a5cb9fbf6d6ed3128dc0))
* Fix bug in `parsePackageName`. ([407bb87](https://github.com/darkobits/saffron/commit/407bb877fb9c23c0653994b61c69a0c6deba9656))


### 🏗 Chores

* **deps:** Update dependencies. ([c7e4304](https://github.com/darkobits/saffron/commit/c7e4304682f8718c8e78e335e4e4abb40ff4ca3a))
* Disable `ts-import` and `ts-node` strategies. ([9156631](https://github.com/darkobits/saffron/commit/9156631687f86fe731f22ff9dada7ef2b3e9ca7e))


### 🚦 Tests

* Add smoke tests. ([0bd7596](https://github.com/darkobits/saffron/commit/0bd7596968f1e23b6f7671b7c411e3dcd226a741))

## [0.32.3](https://github.com/darkobits/saffron/compare/v0.32.2...v0.32.3) (2023-06-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darkobits/saffron",
"version": "0.32.3",
"version": "0.32.4",
"description": "Yargs + Cosmiconfig for robust, configurable CLIs.",
"author": "darkobits",
"license": "Hippocratic",
Expand Down

0 comments on commit bfa8b76

Please sign in to comment.