Skip to content

Commit 7480078

Browse files
committed
merge: branch
2 parents 86204cb + 8a9d84a commit 7480078

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: "Semantic Release"
2828
id: 'semantic-release'
29-
uses: cycjimmy/[email protected].0
29+
uses: cycjimmy/[email protected].1
3030
with:
3131
semantic_version: 24.1.2
3232
extra_plugins: |

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2025-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* typo in `nuget-vulnerabilites.yml` ([3b1c155](https://github.com/TechNobre/PowerUtils.BenchmarkDotnet.Reporter/commit/3b1c15582284452d55351db9380a815623aab9f2))
7+
8+
9+
### Features
10+
11+
* Project Kickoff ([0d4c305](https://github.com/TechNobre/PowerUtils.BenchmarkDotnet.Reporter/commit/0d4c3056ed38888ffe881efb7613f3036551b6c5))

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "9.0.300"
3+
"version": "9.0.301"
44
}
55
}

0 commit comments

Comments
 (0)