From c4d8205c88091f3341e9de7fc5dc8692c904a87f Mon Sep 17 00:00:00 2001 From: Kabir Baidhya Date: Mon, 26 Aug 2019 16:25:42 +0545 Subject: [PATCH] 1.0.0-alpha.3 Release :tada: :fireworks: :bell: --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8437a0..0685eb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.0.0-alpha.3](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.3) (2019-08-26) +[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) + +**Implemented enhancements:** + +- Enable passing connection instance as well as connection config for synchronization [\#10](https://github.com/leapfrogtechnology/sync-db/pull/10) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] [[enhancement](https://github.com/leapfrogtechnology/sync-db/labels/enhancement)] [[feature](https://github.com/leapfrogtechnology/sync-db/labels/feature)] ([SafalPandey](https://github.com/SafalPandey)) + +**Changes** + +- Improvements on the README Documentation [\#7](https://github.com/leapfrogtechnology/sync-db/pull/7) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] ([kabirbaidhya](https://github.com/kabirbaidhya)) + ## [v1.0.0-alpha.2](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.2) (2019-08-09) [Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) diff --git a/package.json b/package.json index 1d49e240..f34e5727 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@leapfrogtechnology/sync-db", "description": "Command line utility to synchronize and version control relational database objects across databases", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts",