File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.2.4] ( https://github.com/Howard86/next-api-handler/compare/v0.2.3...v0.2.4 ) (2022-02-24)
2+
3+
4+ ### Bug Fixes
5+
6+ * fix typescript issues after depedencies bump ([ f0a0c90] ( https://github.com/Howard86/next-api-handler/commit/f0a0c90c9bd4e8ad6023fe52a24f70a46e36e634 ) )
7+
8+
9+
110## [ 0.2.3] ( https://github.com/Howard86/next-api-handler/compare/v0.2.2...v0.2.3 ) (2022-02-24)
211
312
3342* example/package.json & example/yarn.lock to reduce vulnerabilities ([ 50ea312] ( https://github.com/Howard86/next-api-handler/commit/50ea31207f997efbba2084d614b3377116978763 ) )
3443
3544
36- ### Features
37-
38- * ** ci:** add codecov to circleci ([ fdf5c80] ( https://github.com/Howard86/next-api-handler/commit/fdf5c80a6389f062af3287e7adcfd1b8f731d6f1 ) )
39-
40-
4145### Performance Improvements
4246
4347* ** ci:** update e2e script ([ 7cf4c06] ( https://github.com/Howard86/next-api-handler/commit/7cf4c0660e2b90d94bd1303eb7e1eaf197389a0d ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " next-api-handler" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "description" : " lightweight nextjs api handler wrapper, portable & configurable for serverless environment" ,
55 "main" : " build/main/index.js" ,
66 "typings" : " build/main/index.d.ts" ,
117117 "peerDependencies" : {
118118 "next" : " ^12"
119119 }
120- }
120+ }
You can’t perform that action at this time.
0 commit comments