Skip to content

Commit 991c356

Browse files
committed
chore(release): v1.1.0
1 parent f3d8189 commit 991c356

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
# [1.1.0](https://github.com/gladiuscode/github-actions-playground/compare/0.2.0...1.1.0) (2025-02-05)
4+
5+
6+
### Bug Fixes
7+
8+
* release-it-with-npm-and-pr-only-and-inputs workflow step name ([#15](https://github.com/gladiuscode/github-actions-playground/issues/15)) ([3ad77c6](https://github.com/gladiuscode/github-actions-playground/commit/3ad77c6bafcd5aaf5a6abb37a36b259a5d084114))
9+
10+
11+
### Features
12+
13+
* create issues templates ([#9](https://github.com/gladiuscode/github-actions-playground/issues/9)) ([731bfd5](https://github.com/gladiuscode/github-actions-playground/commit/731bfd544d66c24d4de3082b9e4d058fe8ef4154))
14+
* create release-it-to-npm-with-pr-only ([#11](https://github.com/gladiuscode/github-actions-playground/issues/11)) ([07e7dfe](https://github.com/gladiuscode/github-actions-playground/commit/07e7dfe89b88d3def350c922e348ff4d932145c1))
15+
* improve docs ([#13](https://github.com/gladiuscode/github-actions-playground/issues/13)) ([6df7b29](https://github.com/gladiuscode/github-actions-playground/commit/6df7b294458b5e94226e094e38cb2161221ec3ef))
16+
* release it with npm pr and inputs ([#14](https://github.com/gladiuscode/github-actions-playground/issues/14)) ([9e022e5](https://github.com/gladiuscode/github-actions-playground/commit/9e022e53ec03562c18d1c7ab169407fc424da55a))
17+
318
# [0.2.0](https://github.com/gladiuscode/github-actions-playground/compare/0.1.1...0.2.0) (2025-01-26)
419

520

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ga-playground",
33
"description": "Playground to learn and save all github-actions template I use on my open source projects.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"packageManager": "[email protected]",
66
"author": "Mirko Quaglia <[email protected]> (https://github.com/gladiuscode)",
77
"main": "build/index",

0 commit comments

Comments
 (0)