Skip to content

Commit

Permalink
Version 2.1.3
Browse files Browse the repository at this point in the history
PR-URL: #261
  • Loading branch information
tshemsedinov committed Feb 18, 2023
1 parent 02ffbd6 commit ad710bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [2.1.3][] - 2023-02-19

- Update dependencies
- Add `node:` prefix in require for built-in modules

## [2.1.2][] - 2022-12-14

- Add empty line separator in SQL create script
Expand Down Expand Up @@ -136,7 +141,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v2.1.2...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v2.1.3...HEAD
[2.1.3]: https://github.com/metarhia/metasql/compare/v2.1.1...v2.1.3
[2.1.2]: https://github.com/metarhia/metasql/compare/v2.1.0...v2.1.2
[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
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": "2.1.2",
"version": "2.1.3",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "metasql.d.ts",
Expand Down

0 comments on commit ad710bb

Please sign in to comment.