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

Commit 3571f01

Browse files
authored
chore: release 3.7.0 (#533)
1 parent b9e1d47 commit 3571f01

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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+
## [3.7.0](https://www.github.com/netlify/build-image/compare/v3.6.1...v3.7.0) (2021-03-10)
11+
12+
13+
### Features
14+
15+
* better cache support for JS workspaces ([#526](https://www.github.com/netlify/build-image/issues/526)) ([a21ba04](https://www.github.com/netlify/build-image/commit/a21ba04b4692ab95a63b127ddcdc380b5bf4dd22))
16+
17+
18+
### Bug Fixes
19+
20+
* changelog and pacakge.json versioning ([#529](https://www.github.com/netlify/build-image/issues/529)) ([a4bc88a](https://www.github.com/netlify/build-image/commit/a4bc88a07db4ee7b23c63cdc9a648546e98ef0fe))
21+
* **releas-please:** set the correct branch name ([#532](https://www.github.com/netlify/build-image/issues/532)) ([b9e1d47](https://www.github.com/netlify/build-image/commit/b9e1d4732d9d3490c1a81e2bc6d4a1232c2888e3))
22+
1023
## [v3.6.1](https://github.com/netlify/build-image/compare/v3.6.1-pre1...v3.6.1) - 2021-01-14
1124

1225
### Merged

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "@netlify/build-image",
3-
"version": "3.6.1",
3+
"version": "3.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",
7-
"scripts": {
8-
},
7+
"scripts": {},
98
"repository": {
109
"type": "git",
1110
"url": "git+https://github.com/netlify/build-image.git"
@@ -16,6 +15,5 @@
1615
"url": "https://github.com/netlify/build-image/issues"
1716
},
1817
"homepage": "https://github.com/netlify/build-image#readme",
19-
"devDependencies": {
20-
}
18+
"devDependencies": {}
2119
}

0 commit comments

Comments
 (0)