diff --git a/CHANGELOG.md b/CHANGELOG.md index 79daf58..6bf0066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a28fc1b..fb39f67 100644 --- a/package.json +++ b/package.json @@ -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": [