Skip to content

Commit

Permalink
Merge branch 'main' of github.com:VVVi/clickhouse-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
VVVi committed Sep 14, 2024
2 parents 8c5f5b5 + 9977d70 commit 03954b6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.0.2](https://github.com/VVVi/clickhouse-migrations/compare/v1.0.1...v1.0.2) (2024-09-14)


### Miscellaneous Chores

* release 1.0.2 ([f761a87](https://github.com/VVVi/clickhouse-migrations/commit/f761a875da5a6a8038467a4322ba5d0f3df87e9d))
* release 1.0.2 ([a194e0c](https://github.com/VVVi/clickhouse-migrations/commit/a194e0ccd316a0f4370995f9da19de02798c5777))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clickhouse-migrations",
"version": "1.0.1",
"version": "1.0.2",
"description": "ClickHouse Migrations",
"bin": {
"clickhouse-migrations": "lib/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion src/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const migration = async (
const migrate = () => {
const program = new Command();

program.name('clickhouse-migrations').description('ClickHouse migrations.').version('1.0.1');
program.name('clickhouse-migrations').description('ClickHouse migrations.').version('1.0.2');

program
.command('migrate')
Expand Down

0 comments on commit 03954b6

Please sign in to comment.