Skip to content

Commit

Permalink
chore(release): 0.38.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.38.1](v0.38.0...v0.38.1) (2020-09-12)

### Bug Fixes

* correct some spectrogram rendering issues and a crash ([790e169](790e169))

### Performance Improvements

* prevent excessive disk allocation by variable frame widths ([beda5de](beda5de))
  • Loading branch information
semantic-release-bot committed Sep 12, 2020
1 parent a1fb5c9 commit 00d55be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.38.1](https://github.com/Mahlet-Inc/hobbits/compare/v0.38.0...v0.38.1) (2020-09-12)


### Bug Fixes

* correct some spectrogram rendering issues and a crash ([790e169](https://github.com/Mahlet-Inc/hobbits/commit/790e169345455576eec828b06c27869893891359))


### Performance Improvements

* prevent excessive disk allocation by variable frame widths ([beda5de](https://github.com/Mahlet-Inc/hobbits/commit/beda5de35b3b3dc0abd85a882549e6ffd55644a3))

# [0.38.0](https://github.com/Mahlet-Inc/hobbits/compare/v0.37.0...v0.38.0) (2020-09-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hobbits",
"version": "0.38.0",
"version": "0.38.1",
"private": true,
"config": {
"commitizen": {
Expand Down

0 comments on commit 00d55be

Please sign in to comment.