From c5871c496476142641820f9903060c2a8cac4087 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Tue, 5 Apr 2022 22:05:02 +0300 Subject: [PATCH] Version 2.0.3 PR-URL: https://github.com/metarhia/metasql/pull/232 --- SECURITY.md | 3 ++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 84ff7a8..bfb245f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,8 @@ | Version | Supported | | ------- | ------------------ | | 0.x | :x: | -| 1.x | :white_check_mark: | +| 1.x | :x: | +| 2.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/package-lock.json b/package-lock.json index ec186c8..04de4ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metasql", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb0ee59..844fe04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metasql", - "version": "2.0.2", + "version": "2.0.3", "description": "MetaSQL Database schema generator, migrations and query builder for Metarhia", "main": "metasql.js", "types": "metasql.d.ts",