Skip to content

Commit 3d8229b

Browse files
committed
Version 1.3.0
PR-URL: #199
1 parent cd6dbbb commit 3d8229b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.3.0][] - 2021-08-07
6+
57
- Use `options.logger` and global `console` if no `options.console` for backward
68
compatibility, fallback will be better than crash
79
- Add `{ delete: 'cascade' }` to generate `ON DELETE CASCADE` for `{ many }`
@@ -82,7 +84,8 @@
8284

8385
Code before fork from https://github.com/metarhia/sql
8486

85-
[unreleased]: https://github.com/metarhia/metasql/compare/v1.2.0...HEAD
87+
[unreleased]: https://github.com/metarhia/metasql/compare/v1.3.0...HEAD
88+
[1.3.0]: https://github.com/metarhia/metasql/compare/v1.2.0...v1.3.0
8689
[1.2.0]: https://github.com/metarhia/metasql/compare/v1.1.5...v1.2.0
8790
[1.1.5]: https://github.com/metarhia/metasql/compare/v1.1.4...v1.1.5
8891
[1.1.4]: https://github.com/metarhia/metasql/compare/v1.1.3...v1.1.4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metasql",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
55
"main": "metasql.js",
66
"types": "metasql.d.ts",

0 commit comments

Comments
 (0)