Skip to content

Commit 8f3ecb1

Browse files
chore(main): release 2.0.0 (#413)
🤖 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>
1 parent 6fba3af commit 8f3ecb1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/netlify/functions/compare/v1.6.0...v2.0.0) (2023-08-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* export v2 api ([#408](https://github.com/netlify/functions/issues/408))
9+
10+
### Features
11+
12+
* export v2 api ([#408](https://github.com/netlify/functions/issues/408)) ([894fb91](https://github.com/netlify/functions/commit/894fb914107f76305bdb9930a2bce6ccaf01f21a))
13+
14+
15+
### Bug Fixes
16+
17+
* **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))
18+
319
## [1.6.0](https://github.com/netlify/functions/compare/v1.5.0...v1.6.0) (2023-05-12)
420

521

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

0 commit comments

Comments
 (0)