From 039eaca7b45c4442684b4f829b629259528c2c5a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Jun 2023 10:01:49 +0000 Subject: [PATCH] chore: 3.0.0-next.3 [skip ci] # [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 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f975a34f..4d38a085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 67b3d6b7..441e3d49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mdb-reader", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mdb-reader", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "license": "MIT", "dependencies": { "browserify-aes": "^1.0.0", diff --git a/package.json b/package.json index 07ade31e..286ce0f7 100644 --- a/package.json +++ b/package.json @@ -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",