Skip to content

Commit 2557cf7

Browse files
chore: release 0.1.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e3654c commit 2557cf7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.1.0 (2021-02-22)
4+
5+
6+
### Features
7+
8+
* initial commit ([b3a1933](https://www.github.com/netlify/functions-js/commit/b3a193372ee0dfdaa769ab4ec48f83fa980aa559))
9+
10+
11+
### Bug Fixes
12+
13+
* use correct parameters in callback syntax ([#4](https://www.github.com/netlify/functions-js/issues/4)) ([b4154d7](https://www.github.com/netlify/functions-js/commit/b4154d76ac84c3a41756b88ee72bf1bfb985664a))

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
@@ -2,7 +2,7 @@
22
"name": "@netlify/functions",
33
"main": "./src/main.js",
44
"private": true,
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"src/**/*.js",

0 commit comments

Comments
 (0)