Skip to content

Commit fa42324

Browse files
feat(deps): update @microsoft/signalr: ^6.0.11 (#59)
1 parent d3b297b commit fa42324

File tree

3 files changed

+52
-66
lines changed

3 files changed

+52
-66
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.2.0](https://github.com/sketch7/signalr-client/compare/3.1.0...3.2.0) (2022-11-24)
2+
3+
### Features
4+
5+
- **deps** update `@microsoft/signalr: ^6.0.11`
6+
17
## [3.1.0](https://github.com/sketch7/signalr-client/compare/3.0.0...3.1.0) (2022-11-22)
28

39
### Features

package-lock.json

Lines changed: 44 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ssv/signalr-client",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"versionSuffix": "",
55
"description": "SignalR client library built on top of @microsoft/signalr. This gives you more features and easier to use.",
66
"homepage": "https://github.com/sketch7/signalr-client",
@@ -63,7 +63,7 @@
6363
"yargs": "^16.2.0"
6464
},
6565
"dependencies": {
66-
"@microsoft/signalr": "~5.0.5",
66+
"@microsoft/signalr": "^6.0.11",
6767
"tslib": "^2.1.0"
6868
},
6969
"peerDependencies": {

0 commit comments

Comments
 (0)