Skip to content

Commit bdae106

Browse files
committed
Version 3.0.0
PR-URL: #120
1 parent 05fa1f9 commit bdae106

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## [Unreleased][unreleased]
44

5+
## [3.0.0][] - 2023-12-11
6+
57
- Drop support of options `{ sandbox }` use `{ context }` instead
8+
- Package maintenance
69

710
## [2.2.0][] - 2023-10-27
811

@@ -86,7 +89,8 @@
8689
- Support mode (log files second ext): `options.mode`
8790
- Support passing custom sandbox: `options.sandbox`
8891

89-
[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v2.2.0...HEAD
92+
[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v3.0.0...HEAD
93+
[3.0.0]: https://github.com/metarhia/metaconfiguration/compare/v2.2.0...v3.0.0
9094
[2.2.0]: https://github.com/metarhia/metaconfiguration/compare/v2.1.11...v2.2.0
9195
[2.1.11]: https://github.com/metarhia/metaconfiguration/compare/v2.1.10...v2.1.11
9296
[2.1.10]: https://github.com/metarhia/metaconfiguration/compare/v2.1.9...v2.1.10

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
| ------- | ------------------ |
77
| 0.x | :x: |
88
| 1.x | :x: |
9-
| 2.x | :white_check_mark: |
9+
| 2.x | :x: |
10+
| 3.x | :white_check_mark: |
1011

1112
## Reporting a Vulnerability
1213

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metaconfiguration",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Metarhia Configuration Loader",
66
"license": "MIT",

0 commit comments

Comments
 (0)