Skip to content

Commit

Permalink
1.0.0-experimental.20200628 Release 🎉 🎆 🔔
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Jun 28, 2020
1 parent b3ba30c commit d96b88f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v1.0.0-experimental.20200628](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.20200628) (2020-06-28)
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.20200607...v1.0.0-experimental.20200628)

**Closed Issues**

- Ability to use a custom connection resolver [\#32](https://github.com/leapfrogtechnology/sync-db/issues/32) [[cli](https://github.com/leapfrogtechnology/sync-db/labels/cli)] [[config](https://github.com/leapfrogtechnology/sync-db/labels/config)] [[connections](https://github.com/leapfrogtechnology/sync-db/labels/connections)] [[feature](https://github.com/leapfrogtechnology/sync-db/labels/feature)]

## [v1.0.0-experimental.20200607](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.20200607) (2020-06-07)
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.20200428...v1.0.0-experimental.20200607)

## [v1.0.0-experimental.20200428](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.20200428) (2020-04-27)
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.20200427...v1.0.0-experimental.20200428)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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-experimental.20200607",
"version": "1.0.0-experimental.20200628",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit d96b88f

Please sign in to comment.