Skip to content

Commit f9722c4

Browse files
chore: release 0.3.0 (#14)
1 parent 2fb156a commit f9722c4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.3.0](https://www.github.com/netlify/functions-js/compare/v0.2.0...v0.3.0) (2021-02-24)
4+
5+
6+
### Features
7+
8+
* update metadata ([#12](https://www.github.com/netlify/functions-js/issues/12)) ([f92c4f9](https://github.com/netlify/functions-js/commit/f92c4f9cc89ba496c8b19dafe4ee0ebcc133dad7))
9+
310
## [0.2.0](https://www.github.com/netlify/functions-js/compare/v0.1.0...v0.2.0) (2021-02-23)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/functions",
33
"main": "./src/main.js",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"description": "JavaScript utilities for Netlify Functions",
66
"files": [
77
"src/**/*.js",

0 commit comments

Comments
 (0)