Update changelog

This commit is contained in:
Igor Savin 2023-11-28 01:24:08 +02:00
parent 82f43d53ab
commit caa7558176
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Master (Unreleased)
# 3.0.1 - 6 October, 2023
- Build fix
# 3.0.0 - 6 October, 2023
- Fix raw bindings typing (#5401)

View File

@ -1,6 +1,6 @@
{
"name": "knex",
"version": "3.0.0",
"version": "3.0.1",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
"main": "knex",
"types": "types/index.d.ts",
@ -58,9 +58,7 @@
"db:stop:oracle": "docker-compose -f scripts/docker-compose.yml down",
"stress:init": "docker-compose -f scripts/stress-test/docker-compose.yml up --no-start && docker-compose -f scripts/stress-test/docker-compose.yml start",
"stress:test": "node scripts/stress-test/knex-stress-test.js | grep -A 5 -B 60 -- '- STATS '",
"stress:destroy": "docker-compose -f scripts/stress-test/docker-compose.yml stop",
"prepare": "husky install && npm run clean && npm run build",
"prepublishOnly": "npm run format:check && npm run lint:everything && npm run clean && npm run build"
"stress:destroy": "docker-compose -f scripts/stress-test/docker-compose.yml stop"
},
"dependencies": {
"colorette": "2.0.19",