From 1732eb624507e152a0b5f89a0e1c628641c0b890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dvo=C5=99=C3=A1k?= Date: Thu, 21 Jul 2022 01:12:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9e2f9..9a7df44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog + +## 1.3.1 (2022-07-20) + +### Added + +- ✅ Add more tests [[655c1e4](https://github.com/Tomas2D/knex-firebird-dialect/commit/655c1e42528fe6a6f9e4ac2402470e616e8150c0)] +- ✨ Add support for add/drop/alter columns [[9bb2e08](https://github.com/Tomas2D/knex-firebird-dialect/commit/9bb2e08a094c5e0f672e4b556021c29a0f958dd4)] +- ✨ Handle nullable and non-nullable columns, including primary keys [[793b3b5](https://github.com/Tomas2D/knex-firebird-dialect/commit/793b3b59d336d965f95dc079306ec4f0d5198379)] + +### Changed + +- 🔧 Update Knex version in peer dependencies [[2ad900a](https://github.com/Tomas2D/knex-firebird-dialect/commit/2ad900a7847655556aacb3a203a75ebcfe1d9e7a)] + +### Miscellaneous + +- Merge pull request [#26](https://github.com/Tomas2D/knex-firebird-dialect/issues/26) from Tomas2D/dependabot/npm_and_yarn/babel/core-7.18.9 [[3a5ec67](https://github.com/Tomas2D/knex-firebird-dialect/commit/3a5ec67ef4bee4653c09e5fafb6ecb52ac05ed52)] +- Bump @babel/core from 7.18.6 to 7.18.9 [[f912210](https://github.com/Tomas2D/knex-firebird-dialect/commit/f912210d6bc9ecfb931c5d2dd97de35984b3271c)] + + ## 1.3.0 (2022-07-20) diff --git a/package.json b/package.json index b6b188a..3eab75e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-firebird-dialect", - "version": "1.3.0", + "version": "1.3.1", "description": "Knex dialect for Firebird", "main": "lib/index.js", "scripts": {