Skip to content

Commit

Permalink
chore: release version 1.1.1
Browse files Browse the repository at this point in the history
PR-URL: #133
  • Loading branch information
tshemsedinov committed May 8, 2021
1 parent 041a071 commit 1e6c41a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1][] - 2021-05-08

- Field group name concatenation with field name
- Support optional shorthand and nested json schema

Expand Down Expand Up @@ -35,7 +37,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v1.1.0...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/metarhia/metasql/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/metarhia/metasql/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/metarhia/metasql/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/metarhia/metasql/compare/metarhia-sql...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "1.1.0",
"version": "1.1.1",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "types/metasql.d.ts",
Expand Down

0 comments on commit 1e6c41a

Please sign in to comment.