Skip to content

Commit 8e2b6b7

Browse files
committed
Release 0.1.1
1 parent 8d9dec6 commit 8e2b6b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/gladiuscode/github-actions-playground/compare/0.1.0...0.1.1) (2025-01-26)
4+
5+
6+
### Bug Fixes
7+
8+
* release-it workflows names ([#6](https://github.com/gladiuscode/github-actions-playground/issues/6)) ([8d9dec6](https://github.com/gladiuscode/github-actions-playground/commit/8d9dec64f989a339c83a9f5669b952d78b10ddef))
9+
310
# 0.1.0 (2025-01-26)
411

512

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.0",
4+
"version": "0.1.1",
55
"packageManager": "yarn@4.6.0",
66
"scripts": {
77
"release": "release-it",

0 commit comments

Comments
 (0)