Skip to content

Commit 354a91d

Browse files
chore(release): 3.5.0 [skip ci]
# [3.5.0](v3.4.0...v3.5.0) (2024-02-21) ### Bug Fixes * **actions:** update deploy command and print output of exec to the current process ([9fc9677](9fc9677)) ### Features * **deps:** bump @actions/core from 1.10.0 to 1.10.1 ([599ce41](599ce41)) * **deps:** bump @vercel/ncc from 0.38.0 to 0.38.1 ([6298aec](6298aec))
1 parent 9fc9677 commit 354a91d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.5.0](https://github.com/sws2apps/firebase-deployment/compare/v3.4.0...v3.5.0) (2024-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **actions:** update deploy command and print output of exec to the current process ([9fc9677](https://github.com/sws2apps/firebase-deployment/commit/9fc9677af3e7f9623195fc9bd4f1bef1e6308012))
7+
8+
9+
### Features
10+
11+
* **deps:** bump @actions/core from 1.10.0 to 1.10.1 ([599ce41](https://github.com/sws2apps/firebase-deployment/commit/599ce4107648a1dced302c4eb5951616c82807d3))
12+
* **deps:** bump @vercel/ncc from 0.38.0 to 0.38.1 ([6298aec](https://github.com/sws2apps/firebase-deployment/commit/6298aec72d57091317d8f395a15e1b05544817c9))
13+
114
# [3.4.0](https://github.com/sws2apps/firebase-deployment/compare/v3.3.0...v3.4.0) (2023-09-08)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firebase-deployment",
33
"description": "A GitHub Action to deploy firebase hosting and functions together.",
4-
"version": "3.4.0",
4+
"version": "3.5.0",
55
"private": true,
66
"type": "module",
77
"homepage": "https://github.com/sws2apps/firebase-deployment#readme",

0 commit comments

Comments
 (0)