Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.7...v1.1.0) (2024-07-16)

### 🚀 Features

* return compiled sql query ([bb35aef](bb35aef))
  • Loading branch information
semantic-release-bot committed Jul 16, 2024
1 parent bb35aef commit df9b352
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.1.0](https://github.com/SkeLLLa/pinot-noir/compare/v1.0.7...v1.1.0) (2024-07-16)

### 🚀 Features

* return compiled sql query ([bb35aef](https://github.com/SkeLLLa/pinot-noir/commit/bb35aef37b7fbfa6f635d4c1436584bf88226c0c))

## [1.0.7](https://github.com/SkeLLLa/pinot-noir/compare/v1.0.6...v1.0.7) (2024-07-16)

### 🛠 Fixes
Expand Down
13 changes: 13 additions & 0 deletions docs/api/pinot-noir.iqueryresult.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ TRows
</td></tr>
<tr><td>

[sql](./pinot-noir.iqueryresult.sql.md)

</td><td>

</td><td>

string

</td><td>

</td></tr>
<tr><td>

[stats](./pinot-noir.iqueryresult.stats.md)

</td><td>
Expand Down
11 changes: 11 additions & 0 deletions docs/api/pinot-noir.iqueryresult.sql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [pinot-noir](./pinot-noir.md) &gt; [IQueryResult](./pinot-noir.iqueryresult.md) &gt; [sql](./pinot-noir.iqueryresult.sql.md)

## IQueryResult.sql property

**Signature:**

```typescript
sql: string;
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package.json",
"name": "pinot-noir",
"version": "1.0.7",
"version": "1.1.0",
"description": "Unofficial client for Apache Pinot.",
"keywords": [
"pinot",
Expand Down

0 comments on commit df9b352

Please sign in to comment.