Skip to content

Commit 2f4c5b7

Browse files
chore(main): release 1.0.1 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fbfa82 commit 2f4c5b7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
".": "1.0.0",
3-
"packages/perf-bench": "1.0.0"
3+
"packages/perf-bench": "1.0.1"
44
}

packages/perf-bench/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/streetsidesoftware/perf-bench/compare/1.0.0...1.0.1) (2024-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* Make package public ([9fbfa82](https://github.com/streetsidesoftware/perf-bench/commit/9fbfa82df72854977890718cd1affb531949133a))
9+
310
## [1.0.0](https://github.com/streetsidesoftware/perf-bench/compare/v1.0.0...1.0.0) (2024-04-22)
411

512

packages/perf-bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perf-bench",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Performance benchmarking tool.",
55
"type": "module",
66
"packageManager": "pnpm@8.15.7",

0 commit comments

Comments
 (0)