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

Commit 2d975aa

Browse files
chore: release 4.7.0 (#767)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent ba5928d commit 2d975aa

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+
## [4.7.0](https://www.github.com/netlify/build-image/compare/v4.6.0...v4.7.0) (2022-03-30)
11+
12+
13+
### Features
14+
15+
* add feature flags logic ([#765](https://www.github.com/netlify/build-image/issues/765)) ([a162bdc](https://www.github.com/netlify/build-image/commit/a162bdc9fd4e00063431346581cd964cb170379e))
16+
* replace `EXPERIMENTAL_NPM_WORKSPACES_CACHING` with a LaunchDarkly feature flag ([#769](https://www.github.com/netlify/build-image/issues/769)) ([ba5928d](https://www.github.com/netlify/build-image/commit/ba5928d971bb744d78e726cb2f9b57bc41644ad0))
17+
1018
## [4.6.0](https://www.github.com/netlify/build-image/compare/v4.5.3...v4.6.0) (2022-03-16)
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": "4.6.0",
3+
"version": "4.7.0",
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)