diff --git a/CHANGELOG.md b/CHANGELOG.md index d84affb..f7378f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,19 @@ # Strophe.js Change Log -## Version 3.0.1 - (Unreleased) +## Version 3.0.1 - (2024-08-15) * Bugfix: `Package path . is not exported from package` +* #708 Properly set exports value in package.json +* #710 Fix types minor errors +* #711 Error with Builder.up depending on context +* #712 fix: export node and default modules +* #715 Fix the error when the attrs field is null + +Dependency updates: +* Bump @rollup/plugin-commonjs from 24.1.0 to 26.0.1 +* Bump @xmldom/xmldom from 0.8.8 to 0.8.10 +* Bump prettier from 2.8.8 to 3.3.3 +* Bump sinon from 15.0.4 to 18.0.0 ## Version 3.0.0 - (2024-05-07) diff --git a/package-lock.json b/package-lock.json index c8e693c..62d339d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "strophe.js", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "strophe.js", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "abab": "^2.0.3" diff --git a/package.json b/package.json index 20a6747..0f95750 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "strophe.js", "description": "Strophe.js is an XMPP library for JavaScript", - "version": "3.0.0", + "version": "3.0.1", "homepage": "http://strophe.im/strophejs", "repository": { "type": "git",