Skip to content

Commit daa0b76

Browse files
authored
Merge pull request #64 from wayofdev/release-please--branches--master--components--gh-actions
chore(master): release 3.1.0
2 parents d6be144 + dfeaf7b commit daa0b76

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/wayofdev/gh-actions/compare/v3.0.0...v3.1.0) (2024-05-09)
4+
5+
6+
### Features
7+
8+
* use markdown-linter in CI and locally ([f0830f0](https://github.com/wayofdev/gh-actions/commit/f0830f06b6cb7f3fdbeda015e808f9a094b2f09d))
9+
10+
11+
### Documentation
12+
13+
* contribute options as links ([4a7531a](https://github.com/wayofdev/gh-actions/commit/4a7531af9d65e834936e2d561c1bb36777e3e555))
14+
* move badges ([9cc1d4a](https://github.com/wayofdev/gh-actions/commit/9cc1d4ad4c24d6b737f0c97a1627d4644d128ac1))
15+
* readme updates ([99620a3](https://github.com/wayofdev/gh-actions/commit/99620a3940cc5a52622d2a7236deded42ffc8942))
16+
* readme updates ([7ed6f3a](https://github.com/wayofdev/gh-actions/commit/7ed6f3a132c527d8ce7e1924f42283764853128f))
17+
* readme updates ([1226f48](https://github.com/wayofdev/gh-actions/commit/1226f488eb7bbee44b45dc864d3b58a250cfbad0))
18+
* update readme logo ([75e4b9a](https://github.com/wayofdev/gh-actions/commit/75e4b9abe96364f2835d37522b9e7606bd18b9fa))
19+
* updating readme ([bc5ff9c](https://github.com/wayofdev/gh-actions/commit/bc5ff9cb410a5ef64a99884c0db216dc7b7053eb))
20+
* updating twitter badge ([88f5cac](https://github.com/wayofdev/gh-actions/commit/88f5cacc2a31cebd5b263af4b315956166f7af2d))
21+
322
## [3.0.0](https://github.com/wayofdev/gh-actions/compare/v2.0.0...v3.0.0) (2024-04-18)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "gh-actions",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)