Skip to content

Commit

Permalink
chore: 2.0.0-next.7 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-next.7](v2.0.0-next.6...v2.0.0-next.7) (2021-12-21)

### Bug Fixes

* export `Value` type ([61d1b02](61d1b02))

### Features

* make package ESM only ([b207dbe](b207dbe))

### BREAKING CHANGES

* make package ESM only
  • Loading branch information
semantic-release-bot committed Dec 21, 2021
1 parent a95a61a commit 4acc612
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0-next.7](https://github.com/andipaetzold/mdb-reader/compare/v2.0.0-next.6...v2.0.0-next.7) (2021-12-21)


### Bug Fixes

* export `Value` type ([61d1b02](https://github.com/andipaetzold/mdb-reader/commit/61d1b028acf8c131889ddb40cdb6185dcd374c93))


### Features

* make package ESM only ([b207dbe](https://github.com/andipaetzold/mdb-reader/commit/b207dbe8c8b3fb7eb1aee8d23bb68c7977137a6d))


### BREAKING CHANGES

* make package ESM only

# [2.0.0-next.6](https://github.com/andipaetzold/mdb-reader/compare/v2.0.0-next.5...v2.0.0-next.6) (2021-11-16)


Expand Down Expand Up @@ -171,4 +188,4 @@
### 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))
* 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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0-next.6",
"version": "2.0.0-next.7",
"description": "JavaScript library to read data from Access databases",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 4acc612

Please sign in to comment.