Skip to content

Commit 2c62c8a

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.2.4
1 parent 811cdbe commit 2c62c8a

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

@@ -33,11 +42,6 @@
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))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -117,4 +117,4 @@
117117
"peerDependencies": {
118118
"next": "^12"
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)