Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Apr 28, 2022
1 parent fb79830 commit b2d1d0f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Strophe.js Change Log

## Version 1.5.0 - (Unreleased)
## Version 1.5.0 - (2022-04-28)

* Add an automatic fallback handler for unhandled IQ "set" and "get" stanzas
that returns an IQ error with `service-unavailable`.
* Update various 3rd party dependencies
* #418 BOSH fix: mark first request dead when second is done

## Version 1.4.4 - (2022-01-21)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strophe.js",
"description": "Strophe.js is an XMPP library for JavaScript",
"version": "1.4.4",
"version": "1.5.0",
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function $pres(attrs) {
*/
export const Strophe = {
/** Constant: VERSION */
VERSION: "1.4.4",
VERSION: "1.5.0",

/** Constants: XMPP Namespace Constants
* Common namespace constants from the XMPP RFCs and XEPs.
Expand Down

0 comments on commit b2d1d0f

Please sign in to comment.