Skip to content

Commit cf89da5

Browse files
chore: release 0.11.1 (#315)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 2e1829b commit cf89da5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [0.11.1](https://www.github.com/netlify/functions/compare/v0.11.0...v0.11.1) (2022-02-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **handler type:** make callback parameter optional ([#222](https://www.github.com/netlify/functions/issues/222)) ([2c9edc6](https://www.github.com/netlify/functions/commit/2c9edc63e4bb0e339a39b5fe77ec4f5320363974))
9+
* narrow type of BaseHandler ([#308](https://www.github.com/netlify/functions/issues/308)) ([d5bb602](https://www.github.com/netlify/functions/commit/d5bb602c79062ed34ed6f7fdaa628317e0ff4340))
10+
311
## [0.11.0](https://www.github.com/netlify/functions/compare/v0.10.0...v0.11.0) (2022-01-21)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@netlify/functions",
33
"main": "./dist/main.js",
44
"types": "./dist/main.d.ts",
5-
"version": "0.11.0",
5+
"version": "0.11.1",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)