Skip to content

Commit 0215cc5

Browse files
Release 3.2.0
[skip ci] ## [3.2.0](v3.1.0...v3.2.0) (2024-09-28) ### Features * remove debug deps ([#32](#32)) ([e897d48](e897d48)) ### Bug Fixes * hour crontab ([#31](#31)) ([75e4787](75e4787))
1 parent e897d48 commit 0215cc5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [3.2.0](https://github.com/eggjs/egg-logrotator/compare/v3.1.0...v3.2.0) (2024-09-28)
4+
5+
6+
### Features
7+
8+
* remove debug deps ([#32](https://github.com/eggjs/egg-logrotator/issues/32)) ([e897d48](https://github.com/eggjs/egg-logrotator/commit/e897d483736d4d94c4a774c4454245a742c7050a))
9+
10+
11+
### Bug Fixes
12+
13+
* hour crontab ([#31](https://github.com/eggjs/egg-logrotator/issues/31)) ([75e4787](https://github.com/eggjs/egg-logrotator/commit/75e478714f42e6d00f0500817bd2c6f1597174f2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-logrotator",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "logrotator for egg",
55
"eggPlugin": {
66
"name": "logrotator",

0 commit comments

Comments
 (0)