Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Aug 21, 2023
1 parent 894fb91 commit 6120f21
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/netlify/functions/compare/v1.6.0...v2.0.0) (2023-08-21)


### ⚠ BREAKING CHANGES

* export v2 api ([#408](https://github.com/netlify/functions/issues/408))

### Features

* export v2 api ([#408](https://github.com/netlify/functions/issues/408)) ([894fb91](https://github.com/netlify/functions/commit/894fb914107f76305bdb9930a2bce6ccaf01f21a))

## [1.6.0](https://github.com/netlify/functions/compare/v1.5.0...v1.6.0) (2023-05-12)


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": "1.6.0",
"version": "2.0.0",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 6120f21

Please sign in to comment.