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

Commit

Permalink
3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaiah committed May 7, 2020
1 parent 7d42e47 commit c7f9ee8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.9](https://github.com/netlify/build-image/compare/v3.3.8...v3.3.9) - 2020-05-07

### Merged

- Support installing tools via homebrew [`#411`](https://github.com/netlify/build-image/pull/411)
- Don't pass PLATFORM, URL, or VERSION env vars to "swiftenv install" [`#401`](https://github.com/netlify/build-image/pull/401)
- Tag xenial builds as latest [`#409`](https://github.com/netlify/build-image/pull/409)
- Default to xenial tag for testing [`#407`](https://github.com/netlify/build-image/pull/407)

### Commits

- Merge pull request #400 from netlify/fix/nvm-progress-bar [`0749a9c`](https://github.com/netlify/build-image/commit/0749a9c850ad21598a9c66af181cce606a799e7c)
- Fix nvm progress bar split on several lines [`98d08c9`](https://github.com/netlify/build-image/commit/98d08c974b9ec50df8202afb6c80d826ab23df89)

## [v3.3.8](https://github.com/netlify/build-image/compare/v3.3.7...v3.3.8) - 2020-04-24

### Merged
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.8",
"version": "3.3.9",
"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 c7f9ee8

Please sign in to comment.