Skip to content

Commit

Permalink
6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaiwarner committed May 1, 2021
1 parent 8fa72cb commit cd45db9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

## [6.0.8] - 2021-05-01
### Fixed
- Fixed issues with duplicate messages! Thanks @cblgh and @nikolaiwarner!
- Fixed a crash when using slash commands. Thanks @nikolaiwarner!

## [6.0.7] - 2021-03-30
### Added
- Added channel archiving feature. Thanks @nikolaiwarner!
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": "cabal-desktop",
"version": "6.0.7",
"version": "6.0.8",
"description": "Cabal p2p offline-first desktop application",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2442,10 +2442,10 @@ bulk-write-stream@^1.1.3:
inherits "^2.0.1"
readable-stream "^2.1.4"

[email protected].1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/cabal-client/-/cabal-client-6.3.1.tgz#d86963ec97322e137288bf2feba3acd05cf84ffc"
integrity sha512-+TJujTN5lwx2kRkqoyhajTCnkNT1nYb59qGWFTwLbVkaO2pQT5DZw+ZY6lN3VYCJaV3rsumm7c0GS4K94OmDAg==
cabal-client@^6.3.2:
version "6.3.2"
resolved "https://registry.yarnpkg.com/cabal-client/-/cabal-client-6.3.2.tgz#e9f9709b9428331208b237df9e0b52a006a4e8c7"
integrity sha512-4VhdYBveR4dpy8Sg3B0DDGZ+xaGpq7I69JV/DwWYfn/eB01papgDYBhnbR30T0kIKLe6C8nuEyPQJ8LoF08Ylw==
dependencies:
cabal-core "^13.2.0"
collect-stream "^1.2.1"
Expand Down

0 comments on commit cd45db9

Please sign in to comment.