diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..231c52b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 6.0.0 - 2021-04-13 + +* Add `exports` field to the `package.json` to support native esm. + +## 5.0.0 - 2021-04-13 (unpublished) + +* Add `exports` field to the `package.json` to support native esm. + +## 4.4.0 - 2021-03-21 + +* Add Typescript definition file. + +## 4.0.0 - 2019-07-23 + +* Add `browser` field to `package.json`. + +## 3.0.0 - 2018-06-05 + +* Use ES6 default export. + +## 2.0.0 - 2017-07-04 + +* Update source files to use ES2016 syntax (`const`, `let`, arrow functions).