Skip to content

Commit

Permalink
chore: 3.0.0-next.3 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-next.3](v3.0.0-next.2...v3.0.0-next.3) (2023-06-08)

### Bug Fixes

* Long Text fields with ~2k+ characters ([#282](#282)) ([ad81f42](ad81f42))

### Features

* drop node 16 support ([#283](#283)) ([19bc255](19bc255))

### BREAKING CHANGES

* drop node 16 support
  • Loading branch information
semantic-release-bot committed Jun 8, 2023
1 parent 19bc255 commit 039eaca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0-next.3](https://github.com/andipaetzold/mdb-reader/compare/v3.0.0-next.2...v3.0.0-next.3) (2023-06-08)


### Bug Fixes

* Long Text fields with ~2k+ characters ([#282](https://github.com/andipaetzold/mdb-reader/issues/282)) ([ad81f42](https://github.com/andipaetzold/mdb-reader/commit/ad81f42df4614cc4714f93afbdb48aefe512134d))


### Features

* drop node 16 support ([#283](https://github.com/andipaetzold/mdb-reader/issues/283)) ([19bc255](https://github.com/andipaetzold/mdb-reader/commit/19bc255b8ad834f1da29c414bec6dc46d0602456))


### BREAKING CHANGES

* drop node 16 support

## [2.2.6](https://github.com/andipaetzold/mdb-reader/compare/v2.2.5...v2.2.6) (2023-06-08)


Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0-next.2",
"version": "3.0.0-next.3",
"description": "JavaScript library to read data from Access databases",
"main": "lib/node/index.js",
"browser": "lib/browser/index.js",
Expand Down

0 comments on commit 039eaca

Please sign in to comment.