You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After xmldom 0.7.0 is published, we should revert the package.json version to a standard version string, as in remove this github version and replace it with a standard version string (like: '^0.7.0') when xmldom 0.7.0 is published to npmjs.com.
## [4.0.31](v4.0.30...v4.0.31) (2021-09-07)
### Bug Fixes
* Make caching class return undefined if property does not exist ([#247](#247)) ([8e3b3ad](8e3b3ad))
* use newer node version in CI release process, required to run semantic-release. ([589e0ce](589e0ce))
* use newly published @xmldom/xmldom package. fixes [#243](#243) ([9f8b646](9f8b646))
To fix a security vulnerability, we needed to update to a version of
xmldom
that is not yet published on npmjs.com.After
xmldom 0.7.0
is published, we should revert thepackage.json
version to a standard version string, as in remove this github version and replace it with a standard version string (like:'^0.7.0'
) whenxmldom 0.7.0
is published to npmjs.com.Relates to PR #242
See: xmldom/xmldom#270
cc @bhamail / @DarthHater / @allenhsieh / @Slim-Shary
The text was updated successfully, but these errors were encountered: