Skip to content

Commit

Permalink
chore: release version 1.1.4
Browse files Browse the repository at this point in the history
PR-URL: #160
  • Loading branch information
tshemsedinov committed Jun 30, 2021
1 parent 074659e commit c1b75f8
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 82 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.1.4][] - 2021-06-30

- Support `OR` in queries
- Database will be generated only from Schema.KIND_STORED schemas

Expand Down Expand Up @@ -56,7 +58,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v1.1.3...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v1.1.4...HEAD
[1.1.4]: https://github.com/metarhia/metasql/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/metarhia/metasql/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/metarhia/metasql/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/metarhia/metasql/compare/v1.1.0...v1.1.1
Expand Down
130 changes: 55 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "1.1.3",
"version": "1.1.4",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "types/metasql.d.ts",
Expand Down Expand Up @@ -43,14 +43,14 @@
"pg": "^8.5.1"
},
"devDependencies": {
"@types/node": "^15.6.1",
"eslint": "^7.27.0",
"@types/node": "^15.12.5",
"eslint": "^7.29.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"prettier": "^2.3.2",
"typescript": "^4.3.4"
}
}

0 comments on commit c1b75f8

Please sign in to comment.