Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 31, 2024
1 parent c4fdea6 commit 43e4f46
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 48 deletions.
12 changes: 0 additions & 12 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Change [ ] to [x] for completed items.

- [ ] tests and linter show no problems (`npm t`)
- [ ] tests are added/updated for bug fixes and new features
- [ ] code is properly formatted (`npm run fmt`)
- [ ] code is properly formatted (`npm run fix`)
- [ ] description of changes is added in CHANGELOG.md
- [ ] update .d.ts typings
10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [3.0.1][] - 2024-08-30

- Update eslint to 9.x and prettier
- Add node.js 22 to CI

## [3.0.0][] - 2023-12-11

- Drop support of options `{ sandbox }` use `{ context }` instead
Expand Down Expand Up @@ -89,7 +94,8 @@
- Support mode (log files second ext): `options.mode`
- Support passing custom sandbox: `options.sandbox`

[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v3.0.0...HEAD
[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/metarhia/metaconfiguration/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/metarhia/metaconfiguration/compare/v2.2.0...v3.0.0
[2.2.0]: https://github.com/metarhia/metaconfiguration/compare/v2.1.11...v2.2.0
[2.1.11]: https://github.com/metarhia/metaconfiguration/compare/v2.1.10...v2.1.11
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2023 Metarhia contributors
Copyright (c) 2019-2024 Metarhia contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ const config = await new Config('./configDirectory', options);

## License & Contributors

Copyright (c) 2019-2023 [Metarhia contributors](https://github.com/metarhia/metaconfiguration/blob/master/AUTHORS).
Copyright (c) 2019-2024 [Metarhia contributors](https://github.com/metarhia/metaconfiguration/blob/master/AUTHORS).
Metaconfiguration is [MIT licensed](./LICENSE).\
Metaconfiguration is a part of [Metarhia](https://github.com/metarhia) technology stack.
34 changes: 17 additions & 17 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaconfiguration",
"version": "3.0.0",
"version": "3.0.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metarhia Configuration Loader",
"license": "MIT",
Expand Down Expand Up @@ -47,11 +47,11 @@
"metavm": "^1.4.1"
},
"devDependencies": {
"@types/node": "^22.3.0",
"eslint": "^9.9.0",
"eslint-config-metarhia": "^9.0.3",
"@types/node": "^22.5.1",
"eslint": "^9.9.1",
"eslint-config-metarhia": "^9.0.5",
"metatests": "^0.8.2",
"metautil": "^5.0.0",
"metautil": "^5.2.3",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
Expand Down

0 comments on commit 43e4f46

Please sign in to comment.