Skip to content

Commit

Permalink
chore: bump version of yrb-actioncable
Browse files Browse the repository at this point in the history
  • Loading branch information
eliias committed Jan 23, 2023
1 parent 9107ff2 commit a390797
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/yrb-actioncable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# yrb-actioncable

## 0.1.2

### Patch Changes

- Remove non public enum for message types.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yrb-actioncable/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/yrb-actioncable/src/websocket-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type MessageHandler = (
messageType: MessageType
) => void;

export enum MessageType {
enum MessageType {
Sync = 0,
Awareness = 1,
Auth = 2,
Expand Down

0 comments on commit a390797

Please sign in to comment.