Skip to content

Commit ad01437

Browse files
chore(release): @ucast/sql@1.0.0-alpha.12 [skip ci]
1 parent d725e35 commit ad01437

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/sql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [1.0.0-alpha.12](https://github.com/stalniy/ucast/compare/@ucast/sql@1.0.0-alpha.11...@ucast/sql@1.0.0-alpha.12) (2021-07-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **sql:** Interpreters should add one join per relation at most ([#24](https://github.com/stalniy/ucast/issues/24)) ([d725e35](https://github.com/stalniy/ucast/commit/d725e3528f0da11e27207ca8db7e1b6bf669fc34))
11+
512
# [1.0.0-alpha.11](https://github.com/stalniy/ucast/compare/@ucast/sql@1.0.0-alpha.10...@ucast/sql@1.0.0-alpha.11) (2021-07-15)
613

714

packages/sql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ucast/sql",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "git@github.com:stalniy/ucast.git",
55
"main": "dist/es6c/index.js",
66
"es2015": "dist/es6m/index.mjs",

0 commit comments

Comments
 (0)