From 7aace564acc6c0898336278825b4915be18b27a1 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:03:59 +0100 Subject: [PATCH] chore(main): release 1.4.0 (#372) :robot: I have created a release *beep* *boop* --- ## [1.4.0](https://github.com/netlify/functions/compare/v1.3.0...v1.4.0) (2023-01-05) ### Features * export builder types correctly ([#371](https://github.com/netlify/functions/issues/371)) ([24fc838](https://github.com/netlify/functions/commit/24fc838df0633feef42142e9150569d85b9c798a)) --- 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> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354c536d..8d9f9f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/netlify/functions/compare/v1.3.0...v1.4.0) (2023-01-05) + + +### Features + +* export builder types correctly ([#371](https://github.com/netlify/functions/issues/371)) ([24fc838](https://github.com/netlify/functions/commit/24fc838df0633feef42142e9150569d85b9c798a)) + ## [1.3.0](https://github.com/netlify/functions/compare/v1.2.0...v1.3.0) (2022-10-05) diff --git a/package-lock.json b/package-lock.json index 3f7043eb..8c77d39e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "is-promise": "^4.0.0" diff --git a/package.json b/package.json index 386b22ba..51eccc6b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@netlify/functions", "main": "./dist/main.js", "types": "./dist/main.d.ts", - "version": "1.3.0", + "version": "1.4.0", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",