Skip to content

Commit 18b8880

Browse files
chore: release 0.10.0 (#221)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent c93c0a6 commit 18b8880

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.0](https://www.github.com/netlify/functions/compare/v0.9.0...v0.10.0) (2021-11-22)
4+
5+
6+
### Features
7+
8+
* use builder plugin metadata to set ODB TTL ([#213](https://www.github.com/netlify/functions/issues/213)) ([c93c0a6](https://www.github.com/netlify/functions/commit/c93c0a6acf6e0ad3b6380f1a14efbbe22a14ef87))
9+
310
## [0.9.0](https://www.github.com/netlify/functions/compare/v0.8.0...v0.9.0) (2021-11-17)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)