diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5103894c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## [0.1.3](https://github.com/andipaetzold/mdb-reader/compare/v0.1.2...v0.1.3) (2020-12-02) + + +### Bug Fixes + +* set rollup output.exports to default for cjs ([5d4d311](https://github.com/andipaetzold/mdb-reader/commit/5d4d3119bcb7fbab656e38cca0bf55f367c30821)) +* use types prop in package.json for type defs ([7616862](https://github.com/andipaetzold/mdb-reader/commit/76168629d01b167c4b13cfb81a2a11790940bbd3)) diff --git a/package.json b/package.json index ddcfd868..efdfa01d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdb-reader", - "version": "0.1.2", + "version": "0.1.3", "description": "Node Library to read data from Access databases", "main": "lib/index.js", "module": "lib/index.es.js",