Skip to content

Commit cc7df9d

Browse files
committed
Version 1.2.0
PR-URL: #187
1 parent 0aae8c1 commit cc7df9d

File tree

3 files changed

+62
-59
lines changed

3 files changed

+62
-59
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.2.0][] - 2021-08-04
6+
57
- Add typings for Database and Query classes
68
- Move types to package root
79
- Generated `always as identity` just for `Registry`
@@ -73,7 +75,8 @@
7375

7476
Code before fork from https://github.com/metarhia/sql
7577

76-
[unreleased]: https://github.com/metarhia/metasql/compare/v1.1.5...HEAD
78+
[unreleased]: https://github.com/metarhia/metasql/compare/v1.2.0...HEAD
79+
[1.2.0]: https://github.com/metarhia/metasql/compare/v1.1.5...v1.2.0
7780
[1.1.5]: https://github.com/metarhia/metasql/compare/v1.1.4...v1.1.5
7881
[1.1.4]: https://github.com/metarhia/metasql/compare/v1.1.3...v1.1.4
7982
[1.1.3]: https://github.com/metarhia/metasql/compare/v1.1.2...v1.1.3

package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metasql",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
55
"main": "metasql.js",
66
"types": "metasql.d.ts",
@@ -37,17 +37,17 @@
3737
},
3838
"homepage": "https://github.com/metarhia/metasql#readme",
3939
"dependencies": {
40-
"metadomain": "^1.0.4",
41-
"metaschema": "^1.3.2",
42-
"metavm": "^1.0.2",
43-
"pg": "^8.5.1"
40+
"metadomain": "^1.0.5",
41+
"metaschema": "^1.3.3",
42+
"metavm": "^1.0.3",
43+
"pg": "^8.7.1"
4444
},
4545
"devDependencies": {
46-
"@types/node": "^15.14.1",
46+
"@types/node": "^16.3.3",
4747
"@types/pg": "^8.6.0",
48-
"eslint": "^7.30.0",
48+
"eslint": "^7.31.0",
4949
"eslint-config-metarhia": "^7.0.1",
50-
"eslint-config-prettier": "^8.2.0",
50+
"eslint-config-prettier": "^8.3.0",
5151
"eslint-plugin-import": "^2.23.4",
5252
"eslint-plugin-prettier": "^3.4.0",
5353
"metatests": "^0.7.2",

0 commit comments

Comments
 (0)