Skip to content

Commit

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

### Code Refactoring

* use private class fields/methods ([2fef138](2fef138))

### BREAKING CHANGES

* browser/node must support private class fields/methods
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 2fef138 commit 0134c35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-next.4](https://github.com/andipaetzold/mdb-reader/compare/v3.0.0-next.3...v3.0.0-next.4) (2023-09-20)


### Code Refactoring

* use private class fields/methods ([2fef138](https://github.com/andipaetzold/mdb-reader/commit/2fef138e6719e4cc2d4e3f09861b96e164275ef2))


### BREAKING CHANGES

* browser/node must support private class fields/methods

# [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)


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.3",
"version": "3.0.0-next.4",
"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 0134c35

Please sign in to comment.