File tree 3 files changed +115
-118
lines changed
3 files changed +115
-118
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.1.1] - 2022-02-07
9
+
10
+ ### Security
11
+
12
+ - Updated dependencies.
13
+
14
+ ## [ 1.1.0] - 2021-10-22
15
+
16
+ ### Changed
17
+
18
+ - Added typescript for type safety.
19
+ - Switched to pnpm.
20
+
8
21
## [ 1.0.0] - 2021-05-05
9
22
10
23
### Added
11
24
12
- - automated build & tagging
13
- - arm images
25
+ - Automated build & tagging.
26
+ - Arm images.
14
27
15
28
### Security
16
29
17
- - updated dependencies
30
+ - Updated dependencies.
Original file line number Diff line number Diff line change 6
6
"build" : " tsc"
7
7
},
8
8
"dependencies" : {
9
- "axios" : " ^0.23 .0" ,
10
- "cloudflare" : " ^2.7.0 " ,
9
+ "axios" : " ^0.25 .0" ,
10
+ "cloudflare" : " ^2.9.1 " ,
11
11
"cron" : " ^1.8.2" ,
12
- "dotenv" : " ^10 .0.0" ,
13
- "winston" : " ^3.3.3 "
12
+ "dotenv" : " ^16 .0.0" ,
13
+ "winston" : " ^3.5.1 "
14
14
},
15
15
"devDependencies" : {
16
- "@types/cloudflare" : " ^2.7.6 " ,
16
+ "@types/cloudflare" : " ^2.7.7 " ,
17
17
"@types/cron" : " ^1.7.3" ,
18
18
"ts-node-dev" : " ^1.1.8" ,
19
- "typescript" : " ^4.4.4 "
19
+ "typescript" : " ^4.5.5 "
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments