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

Commit 1ca34a9

Browse files
chore: release 4.16.4 (#896)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 4229d94 commit 1ca34a9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
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+
### [4.16.4](https://www.github.com/netlify/build-image/compare/v4.16.3...v4.16.4) (2023-01-23)
11+
12+
13+
### Bug Fixes
14+
15+
* **npm:** allow multiple NPM_FLAGS during new install execution ([#900](https://www.github.com/netlify/build-image/issues/900)) ([4229d94](https://www.github.com/netlify/build-image/commit/4229d949d51f67483f6ebf01e9abda6fc47057e7))
16+
* update `fast_copy_cache` function in run-build-functions.sh ([#833](https://www.github.com/netlify/build-image/issues/833)) ([3449ee7](https://www.github.com/netlify/build-image/commit/3449ee7faac83f7ff90ab53658f6a5deaad21b63))
17+
1018
### [4.16.3](https://www.github.com/netlify/build-image/compare/v4.16.2...v4.16.3) (2023-01-09)
1119

1220

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-image",
3-
"version": "4.16.3",
3+
"version": "4.16.4",
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)