Skip to content

Commit

Permalink
πŸ”– Version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Nov 2, 2022
1 parent a4c4b9c commit d5f345d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

<a name="1.4.4"></a>
## 1.4.4 (2022-11-02)

### Added

- βœ… Improve code coverage [[794244e](https://github.com/Tomas2D/knex-firebird-dialect/commit/794244edf31669410b8eeefe78777670d2aee1d2)]

### Changed

- πŸ”§ Make node-firebird peer dependency [[3186ba8](https://github.com/Tomas2D/knex-firebird-dialect/commit/3186ba89b0853906513b9a16946c8d10f02ff598)]

### Fixed

- πŸ› Fix implementation of columnInfo [[a4c4b9c](https://github.com/Tomas2D/knex-firebird-dialect/commit/a4c4b9c842b3c8040da917f1b41116eba3df8760)]
- πŸ› Fix whereIn clause [[079d54f](https://github.com/Tomas2D/knex-firebird-dialect/commit/079d54f8c06fe0c46b3ba7057ae2a57eddba6824)]

### Miscellaneous

- πŸ‘· Use .nvmrc file inside release action [[e80b445](https://github.com/Tomas2D/knex-firebird-dialect/commit/e80b445d020294d9add971a4df4355253cfa3054)]
- πŸ‘· Switch to actions/checkout and setup v3 [[03a4b22](https://github.com/Tomas2D/knex-firebird-dialect/commit/03a4b2266ce5560da47d64489cb44bf099684a71)]


<a name="1.4.3"></a>
## 1.4.3 (2022-10-31)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knex-firebird-dialect",
"version": "1.4.3",
"version": "1.4.4",
"description": "Knex dialect for Firebird",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -49,8 +49,8 @@
"husky": "8.0.1",
"jest": "^29.0.1",
"knex": "^2.2.0",
"prettier": "^2.2.1",
"node-firebird": "^1.1.1"
"node-firebird": "^1.1.1",
"prettier": "^2.2.1"
},
"peerDependencies": {
"knex": ">=0.95.15",
Expand Down

0 comments on commit d5f345d

Please sign in to comment.