Skip to content

Commit

Permalink
chore(release): v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Feb 24, 2022
1 parent 811cdbe commit 2c62c8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.4](https://github.com/Howard86/next-api-handler/compare/v0.2.3...v0.2.4) (2022-02-24)


### Bug Fixes

* fix typescript issues after depedencies bump ([f0a0c90](https://github.com/Howard86/next-api-handler/commit/f0a0c90c9bd4e8ad6023fe52a24f70a46e36e634))



## [0.2.3](https://github.com/Howard86/next-api-handler/compare/v0.2.2...v0.2.3) (2022-02-24)


Expand Down Expand Up @@ -33,11 +42,6 @@
* example/package.json & example/yarn.lock to reduce vulnerabilities ([50ea312](https://github.com/Howard86/next-api-handler/commit/50ea31207f997efbba2084d614b3377116978763))


### Features

* **ci:** add codecov to circleci ([fdf5c80](https://github.com/Howard86/next-api-handler/commit/fdf5c80a6389f062af3287e7adcfd1b8f731d6f1))


### Performance Improvements

* **ci:** update e2e script ([7cf4c06](https://github.com/Howard86/next-api-handler/commit/7cf4c0660e2b90d94bd1303eb7e1eaf197389a0d))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-api-handler",
"version": "0.2.3",
"version": "0.2.4",
"description": "lightweight nextjs api handler wrapper, portable & configurable for serverless environment",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -117,4 +117,4 @@
"peerDependencies": {
"next": "^12"
}
}
}

1 comment on commit 2c62c8a

@vercel
Copy link

@vercel vercel bot commented on 2c62c8a Feb 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.