Skip to content

Commit bf55326

Browse files
committed
Bump version to 2.6.0
1 parent 8027679 commit bf55326

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ [email protected]
2121
2222
2323
24-
konecty:user-presence@2.5.0
25-
local-test:konecty:user-presence@2.5.0
24+
konecty:user-presence@2.6.0
25+
local-test:konecty:user-presence@2.6.0
2626
2727
2828

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.6.0 (2019-08-14)
2+
* Do not allow users change another users status (#42)
3+
14
# 2.5.0 (2019-07-11)
25
* Remove user's connection on logout
36

package.js

+1-1
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.5.0',
4+
version: '2.6.0',
55
git: 'https://github.com/Konecty/meteor-user-presence'
66
});
77

0 commit comments

Comments
 (0)