chai v4.0.2 Release Notes

Release Date: 2017-06-05 // almost 7 years ago
  • ๐Ÿ›  We have another bugfix release, addressing some issues for WebPack 1 users.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ Revert getting version information from package.json, some bundler tools like Webpack do not come default with json loaders despite Node being able to handle this. This change moves back to hardcoding the version number in the codebase. (#985, #986)