Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
PR-URL: #256
  • Loading branch information
tshemsedinov committed Dec 14, 2022
1 parent c69893c commit 6c4a8d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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]

## [2.1.1][] - 2022-12-14

- Add empty line separator in SQL create script
- Run CI for node.js 14, 16, 18, 19 with postgres

Expand Down Expand Up @@ -133,7 +135,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v2.1.0...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v2.1.1...HEAD
[2.1.1]: https://github.com/metarhia/metasql/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/metarhia/metasql/compare/v2.0.5...v2.1.0
[2.0.5]: https://github.com/metarhia/metasql/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/metarhia/metasql/compare/v2.0.2...v2.0.4
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.1.0",
"version": "2.1.1",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "metasql.d.ts",
Expand Down

0 comments on commit 6c4a8d0

Please sign in to comment.