Skip to content

Commit cd45db9

Browse files
committed
6.0.8
1 parent 8fa72cb commit cd45db9

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
5+
## [6.0.8] - 2021-05-01
6+
### Fixed
7+
- Fixed issues with duplicate messages! Thanks @cblgh and @nikolaiwarner!
8+
- Fixed a crash when using slash commands. Thanks @nikolaiwarner!
9+
410
## [6.0.7] - 2021-03-30
511
### Added
612
- Added channel archiving feature. Thanks @nikolaiwarner!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cabal-desktop",
3-
"version": "6.0.7",
3+
"version": "6.0.8",
44
"description": "Cabal p2p offline-first desktop application",
55
"scripts": {
66
"build": "cross-env NODE_ENV=production webpack",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2442,10 +2442,10 @@ bulk-write-stream@^1.1.3:
24422442
inherits "^2.0.1"
24432443
readable-stream "^2.1.4"
24442444

2445-
2446-
version "6.3.1"
2447-
resolved "https://registry.yarnpkg.com/cabal-client/-/cabal-client-6.3.1.tgz#d86963ec97322e137288bf2feba3acd05cf84ffc"
2448-
integrity sha512-+TJujTN5lwx2kRkqoyhajTCnkNT1nYb59qGWFTwLbVkaO2pQT5DZw+ZY6lN3VYCJaV3rsumm7c0GS4K94OmDAg==
2445+
cabal-client@^6.3.2:
2446+
version "6.3.2"
2447+
resolved "https://registry.yarnpkg.com/cabal-client/-/cabal-client-6.3.2.tgz#e9f9709b9428331208b237df9e0b52a006a4e8c7"
2448+
integrity sha512-4VhdYBveR4dpy8Sg3B0DDGZ+xaGpq7I69JV/DwWYfn/eB01papgDYBhnbR30T0kIKLe6C8nuEyPQJ8LoF08Ylw==
24492449
dependencies:
24502450
cabal-core "^13.2.0"
24512451
collect-stream "^1.2.1"

0 commit comments

Comments
 (0)