Skip to content

Commit

Permalink
chore(release): publish @snickbit/utilities@3.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.10.0](https://github.com/remedyred/snickbit.js/compare/@snickbit/utilities@3.9.4...@snickbit/utilities@3.10.0) (2023-06-29)

### Features

* **spinner:** add onVerbose property to better customize behavior when verbose ([eda545f](eda545f))
* **spinner:** allow adding spinners without starting them ([e1247c6](e1247c6))
* **utilities:** add toInt helper ([fba4308](fba4308))

### Bug Fixes

* clear text on stop if showing prefix ([0760d06](0760d06))
* **deps:** update lint-staged ([a21ce3c](a21ce3c))
* **deps:** update minor and patch dependencies ([40d2dbb](40d2dbb))
* **spinner:** add missing properties to options ([f1e64e0](f1e64e0))
* **spinner:** adjust types ([8513523](8513523))
* **spinner:** clear textPrefix before setting text ([524495d](524495d))
* **spinner:** correctly reset text and textPrefix on stop ([339832e](339832e))
* **utilities:** add generics to array helpers ([4e6b463](4e6b463))
  • Loading branch information
semantic-release-bot committed Jun 29, 2023
1 parent fdd528e commit 247994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snickbit/utilities",
"version": "3.9.4",
"version": "3.10.0",
"description": "A collection of simple JavaScript helpers",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit 247994e

Please sign in to comment.