From f985b2a83c58d7fba4f3c5163a19050038eab4b3 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 20 May 2021 20:30:22 +0300 Subject: [PATCH] Version 2.1.3 PR-URL: https://github.com/metarhia/metaconfigjs/pull/83 --- CHANGELOG.md | 8 +++++++- SECURITY.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e641d0c..f800cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased][unreleased] +## [2.1.2][] - 2021-05-20 + +- Latest release `@metarhia/config`, next will be `metaconfiguration` +- Update dependencies, fix vulnerabilities + ## [2.1.1][] - 2021-04-12 - Update dependencies, fix vulnerabilities @@ -35,7 +40,8 @@ - Support mode (log files second ext): `options.mode` - Support passing custom sandbox: `options.sandbox` -[unreleased]: https://github.com/metarhia/config/compare/v2.1.1...HEAD +[unreleased]: https://github.com/metarhia/config/compare/v2.1.2...HEAD +[2.1.2]: https://github.com/metarhia/config/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/metarhia/config/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/metarhia/config/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/metarhia/config/compare/v1.x...v2.0.0 diff --git a/SECURITY.md b/SECURITY.md index 5877482..bfb245f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,9 +4,9 @@ | Version | Supported | | ------- | ------------------ | -| 0.x.x | :x: | -| 1.x.x | :x: | -| 2.0.x | :white_check_mark: | +| 0.x | :x: | +| 1.x | :x: | +| 2.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/package-lock.json b/package-lock.json index 57881c5..985397c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@metarhia/config", - "version": "2.1.1", + "version": "2.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ee9c60..3df4856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metarhia/config", - "version": "2.1.1", + "version": "2.1.3", "author": "Timur Shemsedinov ", "description": "Metarhia Configuration Loader", "license": "MIT",