Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
PR-URL: #76
  • Loading branch information
tshemsedinov committed Apr 11, 2021
1 parent 52fd0ef commit 0fcbb87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased][unreleased]

## [2.1.1][] - 2021-04-12

- Update dependencies, fix vulnerabilities
- Add typing for Config class
- Remove names argument from configuration factory

## [2.1.0][] - 2021-02-11

Expand Down Expand Up @@ -31,7 +35,8 @@
- Support mode (log files second ext): `options.mode`
- Support passing custom sandbox: `options.sandbox`

[unreleased]: https://github.com/metarhia/config/compare/v2.1.0...HEAD
[unreleased]: https://github.com/metarhia/config/compare/v2.1.1...HEAD
[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
[1.x]: https://github.com/metarhia/config/compare/v0.x...v1.x
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metarhia/config",
"version": "2.1.0",
"version": "2.1.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metarhia Configuration Loader",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,9 @@
"main": "config.js",
"types": "types/config.d.ts",
"readmeFilename": "README.md",
"files": [],
"files": [
"types/"
],
"scripts": {
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\"",
Expand Down

0 comments on commit 0fcbb87

Please sign in to comment.