Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #15

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.0.0",
"packages/perf-insight": "1.0.1"
".": "1.0.2",
"packages/perf-insight": "1.0.2"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Changelog

## [1.0.2](https://github.com/streetsidesoftware/perf-insight/compare/perf-insight-repo-v1.0.0...perf-insight-repo-1.0.2) (2024-04-22)


### Features

* Initial check in. ([c674626](https://github.com/streetsidesoftware/perf-insight/commit/c674626cf9d04471d9c44718052a5172d48749dc))


### Bug Fixes

* Make package public ([9fbfa82](https://github.com/streetsidesoftware/perf-insight/commit/9fbfa82df72854977890718cd1affb531949133a))
* Rename to `perf-insight` ([a7d91a2](https://github.com/streetsidesoftware/perf-insight/commit/a7d91a25f4494353cc709e2641787361f663bcb6))
* Update README.md and improve examples ([#12](https://github.com/streetsidesoftware/perf-insight/issues/12)) ([0409120](https://github.com/streetsidesoftware/perf-insight/commit/040912029f2d4faea6ed1a65b37a5c9ac04c42ce))


### Miscellaneous Chores

* release 1.0.0 ([c70c381](https://github.com/streetsidesoftware/perf-insight/commit/c70c3819b00874ca762d48a9d09979f668c454c0))
* release 1.0.2 ([f9f440d](https://github.com/streetsidesoftware/perf-insight/commit/f9f440d72bd5a57f0bfb1c23b47da67bde67ac28))

## Changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perf-insight-mono",
"version": "1.0.0",
"version": "1.0.2",
"description": "Example command line tool.",
"type": "module",
"private": true,
Expand Down
13 changes: 13 additions & 0 deletions packages/perf-insight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.2](https://github.com/streetsidesoftware/perf-insight/compare/1.0.1...1.0.2) (2024-04-22)


### Bug Fixes

* Rename to `perf-insight` ([a7d91a2](https://github.com/streetsidesoftware/perf-insight/commit/a7d91a25f4494353cc709e2641787361f663bcb6))


### Miscellaneous Chores

* release 1.0.0 ([c70c381](https://github.com/streetsidesoftware/perf-insight/commit/c70c3819b00874ca762d48a9d09979f668c454c0))
* release 1.0.2 ([f9f440d](https://github.com/streetsidesoftware/perf-insight/commit/f9f440d72bd5a57f0bfb1c23b47da67bde67ac28))

## [1.0.1](https://github.com/streetsidesoftware/perf-insight/compare/1.0.0...1.0.1) (2024-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/perf-insight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perf-insight",
"version": "1.0.1",
"version": "1.0.2",
"description": "Performance benchmarking tool for NodeJS.",
"type": "module",
"packageManager": "pnpm@8.15.7",
Expand Down