Skip to content

Commit 01a0f5e

Browse files
chore: release 0.9.0 (#218)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 57ff1da commit 01a0f5e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [0.9.0](https://www.github.com/netlify/functions/compare/v0.8.0...v0.9.0) (2021-11-17)
4+
5+
6+
### Features
7+
8+
* add API authentication support ([#217](https://www.github.com/netlify/functions/issues/217)) ([57ff1da](https://www.github.com/netlify/functions/commit/57ff1daaa7ece4a32489851c648447004f31bc56))
9+
310
## [0.8.0](https://www.github.com/netlify/functions/compare/v0.7.2...v0.8.0) (2021-10-26)
411

512

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.8.0",
5+
"version": "0.9.0",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)