Skip to content

Commit 53a7aa7

Browse files
chore: release 0.7.1 (#62)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent f47e83a commit 53a7aa7

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.7.1](https://www.github.com/netlify/functions/compare/v0.7.0...v0.7.1) (2021-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Convert typings to .d.ts files ([#61](https://www.github.com/netlify/functions/issues/61)) ([f47e83a](https://www.github.com/netlify/functions/commit/f47e83a282ef4a8217941e14d23646c5ed938a76))
9+
310
## [0.7.0](https://www.github.com/netlify/functions/compare/v0.6.0...v0.7.0) (2021-04-14)
411

512
### Features

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": "./src/main.js",
44
"types": "./src/main.d.ts",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"src/**/*.js",

0 commit comments

Comments
 (0)