Skip to content

Commit e36394c

Browse files
chore(release): version packages (#957)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c38ae3d commit e36394c

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/left-join-debug-probes.md

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

packages/core/CHANGELOG.md

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

3+
## 0.30.1
4+
5+
### Patch Changes
6+
7+
- [#956](https://github.com/mk3008/rawsql-ts/pull/956) [`c38ae3d`](https://github.com/mk3008/rawsql-ts/commit/c38ae3d4c4e02da862c930a543d34892e5d50942) Thanks [@mk3008](https://github.com/mk3008)! - Add debug-probe SQL output for JOIN-equivalence predicate investigation and allow LEFT JOIN preserved-side predicates to probe nullable-side inputs.
8+
39
## 0.30.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rawsql-ts",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"description": "High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)