mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Update changelog
This commit is contained in:
parent
82f43d53ab
commit
caa7558176
@ -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)
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user