Skip to content

Commit

Permalink
chore(release): 0.27.1
Browse files Browse the repository at this point in the history
## [0.27.1](v0.27.0...v0.27.1) (2023-10-13)

### Performance Improvements

* enable experimentalVmThreads for faster tests ([fcb70df](fcb70df))
  • Loading branch information
semantic-release-bot committed Oct 13, 2023
1 parent fcb70df commit c22c5ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.27.1](https://github.com/rare-magma/guitos/compare/v0.27.0...v0.27.1) (2023-10-13)


### Performance Improvements

* enable experimentalVmThreads for faster tests ([fcb70df](https://github.com/rare-magma/guitos/commit/fcb70df61d35aa640812eb99499b97ca498807c8))

# [0.27.0](https://github.com/rare-magma/guitos/compare/v0.26.0...v0.27.0) (2023-10-12)


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": "guitos",
"version": "0.27.0",
"version": "0.27.1",
"private": true,
"scripts": {
"start": "vite",
Expand Down

0 comments on commit c22c5ba

Please sign in to comment.