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

Commit 5869658

Browse files
committed
3.4.3-var-fix
1 parent 27e64aa commit 5869658

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,13 @@ 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+
## [v3.4.3-var-fix](https://github.com/netlify/build-image/compare/v3.4.2...v3.4.3-var-fix) - 2020-11-04
11+
12+
### Merged
13+
14+
- Fix homebrew default bundle file [`#489`](https://github.com/netlify/build-image/pull/489)
15+
- Improve release docs [`#487`](https://github.com/netlify/build-image/pull/487)
16+
1017
## [v3.4.2](https://github.com/netlify/build-image/compare/v3.4.1-homebrew...v3.4.2) - 2020-11-02
1118

1219
### Merged
@@ -15,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1522

1623
### Commits
1724

25+
- Improve release docs [`7b00759`](https://github.com/netlify/build-image/commit/7b007596900b4f103c9dd10fd3dc5f5302c670be)
1826
- Remove wasmer mention in readme [`962be09`](https://github.com/netlify/build-image/commit/962be09326d883e5fa6d0dc5f03abfff5567899e)
1927

2028
## [v3.4.1](https://github.com/netlify/build-image/compare/v3.4.0...v3.4.1) - 2020-07-28

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.4.2",
3+
"version": "3.4.3-var-fix",
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
"scripts": {

0 commit comments

Comments
 (0)