Skip to content

Commit

Permalink
Version 2.1.5
Browse files Browse the repository at this point in the history
PR-URL: #265
  • Loading branch information
tshemsedinov committed May 1, 2023
1 parent 2a4b3b3 commit 26aa701
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 45 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [2.1.5][] - 2023-05-01

- Drop node.js 14 support, add node.js 20
- Convert package_lock.json to lockfileVersion 2
- Update dependencies

## [2.1.4][] - 2023-03-14

- Update dependencies and package maintenance
Expand Down Expand Up @@ -145,7 +151,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v2.1.4...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v2.1.5...HEAD
[2.1.5]: https://github.com/metarhia/metasql/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/metarhia/metasql/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/metarhia/metasql/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/metarhia/metasql/compare/v2.1.0...v2.1.2
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "2.1.4",
"version": "2.1.5",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "metasql.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
"node": "16 || 18 || 19 || 20"
},
"dependencies": {
"metadomain": "^1.0.9",
"metaschema": "^2.1.3",
"metavm": "^1.2.4",
"metadomain": "^1.0.10",
"metaschema": "^2.1.4",
"metavm": "^1.2.5",
"pg": "^8.10.0"
},
"devDependencies": {
Expand Down

0 comments on commit 26aa701

Please sign in to comment.