Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#413)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.0.0](v1.6.0...v2.0.0)
(2023-08-22)


### ⚠ BREAKING CHANGES

* export v2 api
([#408](#408))

### Features

* export v2 api
([#408](#408))
([894fb91](894fb91))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to
v1.7.0 ([#414](#414))
([6fba3af](6fba3af))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Aug 22, 2023
1 parent 6fba3af commit 8f3ecb1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ 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))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to v1.7.0 ([#414](https://github.com/netlify/functions/issues/414)) ([6fba3af](https://github.com/netlify/functions/commit/6fba3afce7350dac0fa6c1ea4db223d5a59bd8af))

## [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 8f3ecb1

Please sign in to comment.