Skip to content

Commit 150007a

Browse files
chore: release 0.10.1 (#324)
1 parent c9e21c8 commit 150007a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.10.1](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.10.0...v0.10.1) (2022-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* switch to ignore parsing logic in actions-utils ([#322](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/322)) ([14963a4](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/14963a4d5f3bafa1dd0a082a1ac39a8f459561bf))
9+
310
## [0.10.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.9.0...v0.10.0) (2022-03-18)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-cloud-functions",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Deploy a Cloud Function",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)