Skip to content

Commit

Permalink
version 1.0.4 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-kadhe authored Mar 28, 2024
1 parent c5ba7ad commit f4e94a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# clickhouse-schema

## 1.0.4

### Patch Changes

- Fix bug causing error when on_cluser option is specified and primary_key or order_by is not

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"name": "clickhouse-schema",
"description": "Clickhouse-Schema is a TypeScript library that simplifies working with ClickHouse databases by allowing developers to effortlessly define table schemas in TypeScript. This approach not only ensures robust type safety but also significantly reduces development time by automating the generation of TypeScript types that mirror your ClickHouse schemas.",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

1 comment on commit f4e94a1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 186/186
🟢 Branches 100% 26/26
🟢 Functions 100% 77/77
🟢 Lines 100% 164/164

Test suite run success

25 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from f4e94a1

Please sign in to comment.