Skip to content

Commit

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

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

* Properly import xmldom

## Version 1.4.3 - (2021-12-16)

* Update xmldom to version 0.7.5
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.3",
"version": "1.4.4",
"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.3",
VERSION: "1.4.4",

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

0 comments on commit bb3f688

Please sign in to comment.