Skip to content

Commit 36b319d

Browse files
committed
1.0.0-beta.6 Release 🎉 🎆 🔔
1 parent 942e423 commit 36b319d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v1.0.0-beta.6](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.6) (2020-03-24)
4+
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.5...v1.0.0-beta.6)
5+
6+
**Changes**
7+
8+
- Setup prettier and integrate format checking in the CI [\#56](https://github.com/leapfrogtechnology/sync-db/pull/56) [[aesthetics](https://github.com/leapfrogtechnology/sync-db/labels/aesthetics)] ([kabirbaidhya](https://github.com/kabirbaidhya))
9+
- Support both sequential and parallel execution strategies for running synchronization [\#55](https://github.com/leapfrogtechnology/sync-db/pull/55) [[config](https://github.com/leapfrogtechnology/sync-db/labels/config)] [[feature](https://github.com/leapfrogtechnology/sync-db/labels/feature)] [[internals](https://github.com/leapfrogtechnology/sync-db/labels/internals)] ([kabirbaidhya](https://github.com/kabirbaidhya))
10+
- Bump acorn from 7.1.0 to 7.1.1 in /examples/node-mssql-programmatic-use [\#54](https://github.com/leapfrogtechnology/sync-db/pull/54) [[dependencies](https://github.com/leapfrogtechnology/sync-db/labels/dependencies)] ([dependabot[bot]](https://github.com/apps/dependabot))
11+
- Bump acorn from 7.1.0 to 7.1.1 in /examples/node-app-pg [\#53](https://github.com/leapfrogtechnology/sync-db/pull/53) [[dependencies](https://github.com/leapfrogtechnology/sync-db/labels/dependencies)] ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Bump acorn from 7.0.0 to 7.1.1 in /examples/node-app-mssql [\#52](https://github.com/leapfrogtechnology/sync-db/pull/52) [[dependencies](https://github.com/leapfrogtechnology/sync-db/labels/dependencies)] ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- Support resolution of local project dependencies when CLI is invoked in development mode [\#50](https://github.com/leapfrogtechnology/sync-db/pull/50) [[cli](https://github.com/leapfrogtechnology/sync-db/labels/cli)] [[dev efficiency](https://github.com/leapfrogtechnology/sync-db/labels/dev%20efficiency)] ([kabirbaidhya](https://github.com/kabirbaidhya))
14+
- Add license scan report and status [\#49](https://github.com/leapfrogtechnology/sync-db/pull/49) [[ci](https://github.com/leapfrogtechnology/sync-db/labels/ci)] [[license](https://github.com/leapfrogtechnology/sync-db/labels/license)] ([fossabot](https://github.com/fossabot))
15+
316
## [v1.0.0-beta.5](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.5) (2020-03-08)
417
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.4...v1.0.0-beta.5)
518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@leapfrogtechnology/sync-db",
33
"description": "Command line utility to synchronize and version control relational database objects across databases",
4-
"version": "1.0.0-beta.5",
4+
"version": "1.0.0-beta.6",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)