Skip to content

Commit 2e668d1

Browse files
chore: version packages (#456)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8eed03 commit 2e668d1

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/quiet-ways-pick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aziontech/sql
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#451](https://github.com/aziontech/lib/pull/451) [`c8eed03`](https://github.com/aziontech/lib/commit/c8eed031f974b1afdec439fbb32193bcbf0a1569) Thanks [@MagnunAVFAzion](https://github.com/MagnunAVFAzion)! - fix surface statement-level query errors
8+
39
## 1.0.0
410

511
### Major Changes

packages/sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aziontech/sql",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Azion SQL Client provides a simple interface to interact with the Azion SQL API, allowing you to create, delete, and query databases.",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)