Skip to content

Commit

Permalink
chore(release): 0.8.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Feb 10, 2025
1 parent 040e647 commit 7328d16
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.8.9](https://github.com/oclif/core/compare/0.8.8...0.8.9) (2025-02-10)


### Bug Fixes

* resolve issue where some number would unintentionally round up ([7a89a30](https://github.com/oclif/core/commit/7a89a3098d823c99260f383a71847987b41075d2))


### Performance Improvements

* refactor truncate to avoid extra string + array instances ([317eed2](https://github.com/oclif/core/commit/317eed2861609d4fdd78ccb88575bd1eacfac2e8))
* speed up timer by reducing amount of state needed ([bea6ad0](https://github.com/oclif/core/commit/bea6ad0736cf7ade2e5ebfb68fe7dfc09f993964))



## [0.8.8](https://github.com/oclif/core/compare/0.8.7...0.8.8) (2025-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/multi-stage-output",
"description": "Terminal output for oclif commands with multiple stages",
"version": "0.8.8",
"version": "0.8.9",
"author": "Salesforce",
"bugs": "https://github.com/oclif/multi-stage-output/issues",
"dependencies": {
Expand Down

0 comments on commit 7328d16

Please sign in to comment.