diff --git a/CHANGELOG.md b/CHANGELOG.md index eb48215c..239d377d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v1.0.1](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.1) (2021-12-03) + +[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0...v1.0.1) + +**Changes** + +- Improve verbose logging [\#145](https://github.com/leapfrogtechnology/sync-db/pull/145) ([cham11ng](https://github.com/cham11ng)) +- Bump axios from 0.21.1 to 0.21.4 in /examples/node-app-mssql-ts [\#144](https://github.com/leapfrogtechnology/sync-db/pull/144) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump axios from 0.21.1 to 0.21.4 in /examples/node-app-mssql [\#143](https://github.com/leapfrogtechnology/sync-db/pull/143) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump axios from 0.21.1 to 0.21.4 in /examples/node-mssql-programmatic-use [\#142](https://github.com/leapfrogtechnology/sync-db/pull/142) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v1.0.0](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0) (2021-11-29) [Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.13...v1.0.0) diff --git a/README.md b/README.md index 5cf6db29..3fdf72e1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ npm install -g @leapfrogtechnology/sync-db $ sync-db COMMAND running command... $ sync-db (-v|--version|version) -@leapfrogtechnology/sync-db/1.0.0 linux-x64 node-v17.1.0 +@leapfrogtechnology/sync-db/1.0.1 linux-x64 node-v17.2.0 $ sync-db --help [COMMAND] USAGE $ sync-db COMMAND @@ -78,7 +78,7 @@ USAGE $ sync-db ``` -_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/index.ts)_ +_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/index.ts)_ ## `sync-db help [COMMAND]` @@ -115,7 +115,7 @@ OPTIONS --object-name=object-name Name of table/view/routine to migrate. ``` -_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/make.ts)_ +_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/make.ts)_ ## `sync-db make-publish` @@ -129,7 +129,7 @@ OPTIONS -c, --config=config Custom configuration file. ``` -_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/make-publish.ts)_ +_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/make-publish.ts)_ ## `sync-db migrate-latest` @@ -146,7 +146,7 @@ OPTIONS --only=CONNECTION_ID Filter only a single connection. ``` -_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/migrate-latest.ts)_ +_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/migrate-latest.ts)_ ## `sync-db migrate-list` @@ -162,7 +162,7 @@ OPTIONS --only=CONNECTION_ID Filter only a single connection. ``` -_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/migrate-list.ts)_ +_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/migrate-list.ts)_ ## `sync-db migrate-rollback` @@ -179,7 +179,7 @@ OPTIONS --only=CONNECTION_ID Filter only a single connection. ``` -_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/migrate-rollback.ts)_ +_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/migrate-rollback.ts)_ ## `sync-db prune` @@ -196,7 +196,7 @@ OPTIONS --only=CONNECTION_ID Filter only a single connection. ``` -_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/prune.ts)_ +_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/prune.ts)_ ## `sync-db synchronize` @@ -215,7 +215,7 @@ OPTIONS --skip-migration Skip running migrations. ``` -_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0/src/commands/synchronize.ts)_ +_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.1/src/commands/synchronize.ts)_