Skip to content

Commit 11e4160

Browse files
committed
Release 1.6.1
1 parent 87ab2a1 commit 11e4160

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ doc
1414
*~
1515
.*.sw?
1616
doc-tmp
17+
tags.lock
18+
tags.temp

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strophe.js Change Log
22

3-
## Version 1.6.1 - (Unreleased)
3+
## Version 1.6.1 - (2023-05-15)
44

55
* #602 Websocket connection times out instead of being disconnected
66

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strophe.js",
33
"description": "Strophe.js is an XMPP library for JavaScript",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"homepage": "http://strophe.im/strophejs",
66
"repository": {
77
"type": "git",

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function $pres(attrs) {
8585
*/
8686
export const Strophe = {
8787
/** Constant: VERSION */
88-
VERSION: "1.6.0",
88+
VERSION: "1.6.1",
8989

9090
Builder,
9191
NS,

0 commit comments

Comments
 (0)