Skip to content

Commit fc47297

Browse files
committed
Bump version to 2.5.0
1 parent 457a1c3 commit fc47297

File tree

3 files changed

+52
-21
lines changed

3 files changed

+52
-21
lines changed

.versions

Lines changed: 48 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,48 @@
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
local-test:konecty:[email protected]
12-
13-
14-
15-
16-
17-
18-
19-
20-
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
local-test:konecty:[email protected]
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.5.0 (2019-07-11)
2+
* Remove user's connection on logout
3+
14
# 2.4.0 (2018-12-13)
25
* Allow presence monitoring to be completely disabled
36
* Do not emit a status change if it has not changed

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: 'konecty:user-presence',
33
summary: 'Track user status',
4-
version: '2.4.0',
4+
version: '2.5.0',
55
git: 'https://github.com/Konecty/meteor-user-presence'
66
});
77

0 commit comments

Comments
 (0)