Skip to content

Commit

Permalink
chore: release 0.8.0 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Oct 26, 2021
1 parent d79ed42 commit 833febf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.0](https://www.github.com/netlify/functions/compare/v0.7.2...v0.8.0) (2021-10-26)


### Features

* migrate to TypeScript ([#150](https://www.github.com/netlify/functions/issues/150)) ([d79ed42](https://www.github.com/netlify/functions/commit/d79ed4273aa1d347bb147d0e9e4173f694b680c4))

### [0.7.2](https://www.github.com/netlify/functions/compare/v0.7.1...v0.7.2) (2021-05-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@netlify/functions",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"version": "0.7.2",
"version": "0.8.0",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 833febf

Please sign in to comment.