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

Commit

Permalink
3.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrown608 committed Jul 2, 2020
1 parent 6976488 commit ca811f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v3.3.20](https://github.com/netlify/build-image/compare/v3.3.19...v3.3.20) - 2020-07-02

### Merged

- Don't cache full .cache dir [`#443`](https://github.com/netlify/build-image/pull/443)

### Commits

- Merge pull request #440 from Embraser01/patch-1 [`35ad865`](https://github.com/netlify/build-image/commit/35ad865a30fbefea32d048d1d9084351670e54e5)
- Alter cache strategy behind flag [`76d8e7e`](https://github.com/netlify/build-image/commit/76d8e7e2b8be4e22d64f18f5a89b3d10a2131f3e)
- Prefix env var with NETLIFY_ [`d0922eb`](https://github.com/netlify/build-image/commit/d0922ebbbd0b43a2be34ba672b7aaba047820803)

## [v3.3.19](https://github.com/netlify/build-image/compare/v3.3.18...v3.3.19) - 2020-06-26

### Merged
Expand All @@ -20,6 +32,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- Add Intl for PHP [`#410`](https://github.com/netlify/build-image/pull/410)

### Commits

- Short-circuit yarn check when env var is set [`c1353e5`](https://github.com/netlify/build-image/commit/c1353e502ebe19e94623a7a67dadaf92a17d533f)
- Don't use yarn if USE_YARN is false and only force install yarn if true [`1520401`](https://github.com/netlify/build-image/commit/152040114eee1bedef62aef295ec48c997207e75)
- Allow to force Yarn usage [`f830666`](https://github.com/netlify/build-image/commit/f830666940c3bee5c73510636d381c6aef66212b)

## [v3.3.17](https://github.com/netlify/build-image/compare/3.3.17...v3.3.17) - 2020-06-17

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-image",
"version": "3.3.19",
"version": "3.3.20",
"description": "This repository contains the tools to make the build image Netlify uses to build a site from git (for continuous deployment.)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ca811f4

Please sign in to comment.