We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95698d commit d03de43Copy full SHA for d03de43
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 3.1.1
4
+
5
+### Fixed
6
7
+ - Socket: Do not warn when checking for socket existence
8
+ - Socket: Implement heartbeat to avoid session timeout
9
10
## 3.1.0
11
12
### New
package.json
@@ -1,6 +1,6 @@
{
"name": "magpie-base",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "Provides base components for magpie frontend projects",
"author": "magpie project",
"scripts": {
0 commit comments