Skip to content

Commit 945f12e

Browse files
committed
chore(release): v0.2.0
1 parent d3a5e5b commit 945f12e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
# [0.2.0](https://github.com/gladiuscode/github-actions-playground/compare/0.1.1...0.2.0) (2025-01-26)
4+
5+
6+
### Features
7+
8+
* create pull-request-code-checks ([#7](https://github.com/gladiuscode/github-actions-playground/issues/7)) ([5b832c3](https://github.com/gladiuscode/github-actions-playground/commit/5b832c3d0146e63280a409474052bc0a7f8cf8b9))
9+
* improve release-it git commit message ([#8](https://github.com/gladiuscode/github-actions-playground/issues/8)) ([d3a5e5b](https://github.com/gladiuscode/github-actions-playground/commit/d3a5e5bcc322846ead4b6e48766bbb14a5483612))
10+
311
## [0.1.1](https://github.com/gladiuscode/github-actions-playground/compare/0.1.0...0.1.1) (2025-01-26)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github-actions-playground",
33
"description": "Playground to learn and save all github-actions template I use on my open source projects.",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"packageManager": "yarn@4.6.0",
66
"scripts": {
77
"release": "release-it",

0 commit comments

Comments
 (0)