Skip to content

Commit

Permalink
Version 3.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 30, 2024
1 parent 29b51e1 commit b3adfd8
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 68 deletions.
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [3.1.15][] - 2024-08-30

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

## [3.1.14][] - 2023-12-10

- Moved to native node test runner
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) 2017-2023 Metarhia
Copyright (c) 2017-2024 Metarhia

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 @@ -31,6 +31,6 @@ await logger.close();

## License & Contributors

Copyright (c) 2017-2023 [Metarhia contributors](https://github.com/metarhia/metalog/graphs/contributors).
Copyright (c) 2017-2024 [Metarhia contributors](https://github.com/metarhia/metalog/graphs/contributors).
Metalog is [MIT licensed](./LICENSE).\
Metalog is a part of [Metarhia](https://github.com/metarhia) technology stack.
108 changes: 48 additions & 60 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": "metalog",
"version": "3.1.14",
"version": "3.1.15",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"dependencies": {
"concolor": "^1.1.0",
"metautil": "^5.0.0"
"metautil": "^5.2.3"
},
"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.4",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
Expand Down

0 comments on commit b3adfd8

Please sign in to comment.