Skip to content

Commit 9e589b4

Browse files
chore: release 0.6.0 (#168)
* chore: release 0.6.0 * Update CHANGELOG.md Co-authored-by: Seth Vargo <seth@sethvargo.com>
1 parent 860ad8b commit 9e589b4

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.6.0](https://www.github.com/google-github-actions/upload-cloud-storage/compare/v0.5.0...v0.6.0) (2022-03-08)
4+
5+
**⚠️ This is the last release that supports Node 12!**
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* throw an exception on invalid or duplicate headers (#169)
10+
11+
### Features
12+
13+
* add support for files and folders beginning with a dot ([#206](https://www.github.com/google-github-actions/upload-cloud-storage/issues/206)) ([b5dd2b4](https://www.github.com/google-github-actions/upload-cloud-storage/commit/b5dd2b4bed766f174d8238b2269ff3ca8a50a0bb))
14+
* switch to using actions-utils ([#167](https://www.github.com/google-github-actions/upload-cloud-storage/issues/167)) ([7c418c5](https://www.github.com/google-github-actions/upload-cloud-storage/commit/7c418c5f23ef49794eba2e2b70d46dee5ee9d304))
15+
16+
17+
### bug
18+
19+
* also upload files and folders beginning with a dot ([#206](https://www.github.com/google-github-actions/upload-cloud-storage/issues/206))
20+
* throw an exception on invalid or duplicate headers ([#169](https://www.github.com/google-github-actions/upload-cloud-storage/issues/169)) ([7348133](https://www.github.com/google-github-actions/upload-cloud-storage/commit/7348133c56238ded37fcbb09c23fc8996481320f))
21+
322
## [0.5.0](https://www.github.com/google-github-actions/upload-cloud-storage/compare/v0.4.0...v0.5.0) (2021-11-16)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-cloud-storage",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Upload to Google Cloud Storage (GCS)",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)