Skip to content

Commit

Permalink
chore: 0.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.3](v0.1.2...v0.1.3) (2020-12-02)

### Bug Fixes

* set rollup output.exports to default for cjs ([5d4d311](5d4d311))
* use types prop in package.json for type defs ([7616862](7616862))
  • Loading branch information
semantic-release-bot committed Dec 2, 2020
1 parent c76f1c9 commit e0667c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e0667c5

Please # to comment.