Skip to content

Commit 31ffab6

Browse files
authored
Merge pull request #84 from wayofdev/release-please--branches--master--components--gh-actions
chore(master): release 3.2.0
2 parents f8099a8 + 443c51d commit 31ffab6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.1"
2+
".": "3.2.0"
33
}

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/wayofdev/gh-actions/compare/v3.1.1...v3.2.0) (2024-09-05)
4+
5+
6+
### Features
7+
8+
* composite actions to work with github PRs ([d769688](https://github.com/wayofdev/gh-actions/commit/d769688788745be4cc6084ee3042a1f62f78b612))
9+
310
## [3.1.1](https://github.com/wayofdev/gh-actions/compare/v3.1.0...v3.1.1) (2024-06-07)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "gh-actions",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)