Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 15, 2024
1 parent 73db870 commit c28eb9d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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": "3.0.0",
"version": "3.0.1",
"homepage": "http://strophe.im/strophejs",
"repository": {
"type": "git",
Expand Down

0 comments on commit c28eb9d

Please sign in to comment.