Skip to content

Commit 88274d8

Browse files
chore(main): release 1.5.0 (#399)
🤖 I have created a release *beep* *boop* --- ## [1.5.0](v1.4.0...v1.5.0) (2023-05-09) ### Features * add npm provenance ([#398](#398)) ([ba70428](ba70428)) * remove netlify graph code ([#400](#400)) ([49f893e](49f893e)) --- 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 49f893e commit 88274d8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/netlify/functions/compare/v1.4.0...v1.5.0) (2023-05-09)
4+
5+
6+
### Features
7+
8+
* add npm provenance ([#398](https://github.com/netlify/functions/issues/398)) ([ba70428](https://github.com/netlify/functions/commit/ba7042822dce1f94d1419bb6e1a39c91e2b9cb8a))
9+
* remove netlify graph code ([#400](https://github.com/netlify/functions/issues/400)) ([49f893e](https://github.com/netlify/functions/commit/49f893e7e5050013c1d87ac8744edb48016f1719))
10+
311
## [1.4.0](https://github.com/netlify/functions/compare/v1.3.0...v1.4.0) (2023-01-05)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
5+
"version": "1.5.0",
66
"description": "JavaScript utilities for Netlify Functions",
77
"files": [
88
"dist/**/*.js",

0 commit comments

Comments
 (0)