Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit d03efc9

Browse files
chore: release 3.7.5 (#566)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent a5daf51 commit d03efc9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
### [3.7.5](https://www.github.com/netlify/build-image/compare/v3.7.4...v3.7.5) (2021-05-05)
11+
12+
13+
### Bug Fixes
14+
15+
* remove duplicated go import path code ([#545](https://www.github.com/netlify/build-image/issues/545)) ([cb132de](https://www.github.com/netlify/build-image/commit/cb132de159b89eb9ed2f36ebffc8a5009000046b))
16+
* **workspace:** don't log workspace detection errors from stderr ([#568](https://www.github.com/netlify/build-image/issues/568)) ([a5daf51](https://www.github.com/netlify/build-image/commit/a5daf5130c3326766b28f316e2deb2c2e65e96bf))
17+
1018
### [3.7.4](https://www.github.com/netlify/build-image/compare/v3.7.3...v3.7.4) (2021-05-04)
1119

1220

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-image",
3-
"version": "3.7.4",
3+
"version": "3.7.5",
44
"description": "This repository contains the tools to make the build image Netlify uses to build a site from git (for continuous deployment)",
55
"main": "index.js",
66
"private": "true",

0 commit comments

Comments
 (0)