Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Apr 28, 2021
1 parent ae0131a commit 378338f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Strophe.js Change Log

## Version 1.4.2 - (Unreleased)
## Version 1.4.2 - (2021-04-28)

* Update optional NodeJS-specific dependency xmldom to version 0.5.0 which includes a security fix.
* Add `clientChallenge` SASL mechanism method to avoid having to monkey patch `onChallenge`,
* #369 Add `clientChallenge` SASL mechanism method to avoid having to monkey patch `onChallenge`,
which prevents reconnection when using SCRAM-SHA1.

## Version 1.4.1 - (2020-12-02)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ covers Strophe in detail in the context of web applications.
## Quick Links

* [Homepage](http://strophe.im/strophejs)
* [Documentation](http://strophe.im/strophejs/doc/1.4.1/files/strophe-js.html)
* [Documentation](http://strophe.im/strophejs/doc/1.4.2/files/strophe-js.html)
* [Mailing list](http://groups.google.com/group/strophe)
* [Community Plugins](http://github.com/strophe/strophejs-plugins)

Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.4.2",
"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.1",
VERSION: "1.4.2",

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

0 comments on commit 378338f

Please sign in to comment.