Skip to content

Commit

Permalink
v2.0.1 Release 🎉 🎆 🔔
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
leapfrog-bot committed Jun 7, 2023
1 parent 265218c commit 2eee20b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v2.0.1](https://github.com/leapfrogtechnology/sync-db/tree/v2.0.1) (2023-06-07)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v2.0.0...v2.0.1)

**Bug Fixes**

- \[object object\] seen while getting migration lists [\#204](https://github.com/leapfrogtechnology/sync-db/issues/204)

**Changes**

- Fix the type displayed instead of migration name with migrate-list [\#206](https://github.com/leapfrogtechnology/sync-db/pull/206) ([samirsilwal](https://github.com/samirsilwal))
- Remove error log when dir does not exist \(v2.0.1 Release\) [\#205](https://github.com/leapfrogtechnology/sync-db/pull/205) ([mesaugat](https://github.com/mesaugat))
- chore\(deps\): bump ansi-regex from 3.0.0 to 3.0.1 [\#202](https://github.com/leapfrogtechnology/sync-db/pull/202) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump ansi-regex from 3.0.0 to 3.0.1 in /examples/node-app-mssql-ts [\#201](https://github.com/leapfrogtechnology/sync-db/pull/201) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump knex,typescript and sync-db version in all example apps [\#200](https://github.com/leapfrogtechnology/sync-db/pull/200) ([kshitish182](https://github.com/kshitish182))
- chore\(deps\): bump minimatch from 3.0.4 to 3.1.2 [\#199](https://github.com/leapfrogtechnology/sync-db/pull/199) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v2.0.0](https://github.com/leapfrogtechnology/sync-db/tree/v2.0.0) (2023-04-28)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.2.1...v2.0.0)
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ npm install -g @leapfrogtechnology/sync-db
$ sync-db COMMAND
running command...
$ sync-db (-v|--version|version)
@leapfrogtechnology/sync-db/2.0.0 linux-x64 node-v20.0.0
@leapfrogtechnology/sync-db/2.0.1 linux-x64 node-v20.2.0
$ sync-db --help [COMMAND]
USAGE
$ sync-db COMMAND
Expand Down Expand Up @@ -78,7 +78,7 @@ USAGE
$ sync-db
```

_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.0/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/index.ts)_

## `sync-db help [COMMAND]`

Expand Down Expand Up @@ -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/v2.0.0/src/commands/make.ts)_
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/make.ts)_

## `sync-db make-publish`

Expand All @@ -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/v2.0.0/src/commands/make-publish.ts)_
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/make-publish.ts)_

## `sync-db migrate-latest`

Expand All @@ -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/v2.0.0/src/commands/migrate-latest.ts)_
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-latest.ts)_

## `sync-db migrate-list`

Expand All @@ -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/v2.0.0/src/commands/migrate-list.ts)_
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-list.ts)_

## `sync-db migrate-rollback`

Expand All @@ -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/v2.0.0/src/commands/migrate-rollback.ts)_
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-rollback.ts)_

## `sync-db prune`

Expand All @@ -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/v2.0.0/src/commands/prune.ts)_
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/prune.ts)_

## `sync-db synchronize`

Expand All @@ -215,7 +215,7 @@ OPTIONS
--skip-migration Skip running migrations.
```

_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.0/src/commands/synchronize.ts)_
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/synchronize.ts)_

<!-- commandsstop -->

Expand Down

0 comments on commit 2eee20b

Please sign in to comment.