Skip to content

Commit

Permalink
chore: release main (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 13, 2024
1 parent b7d8519 commit 4a6e6b5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
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.1.1",
"packages/perf-insight": "1.1.1"
".": "1.2.0",
"packages/perf-insight": "1.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/streetsidesoftware/perf-insight/compare/perf-insight-repo-1.1.1...perf-insight-repo-1.2.0) (2024-07-13)


### Features

* Exit with 1 if a test failed ([#58](https://github.com/streetsidesoftware/perf-insight/issues/58)) ([b7d8519](https://github.com/streetsidesoftware/perf-insight/commit/b7d85194d0f3614e7a831ac7c937461b096649a6))

## [1.1.1](https://github.com/streetsidesoftware/perf-insight/compare/perf-insight-repo-1.1.0...perf-insight-repo-1.1.1) (2024-04-23)


Expand Down
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.1.1",
"version": "1.2.0",
"description": "Example command line tool.",
"type": "module",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/perf-insight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/streetsidesoftware/perf-insight/compare/1.1.1...1.2.0) (2024-07-13)


### Features

* Exit with 1 if a test failed ([#58](https://github.com/streetsidesoftware/perf-insight/issues/58)) ([b7d8519](https://github.com/streetsidesoftware/perf-insight/commit/b7d85194d0f3614e7a831ac7c937461b096649a6))

## [1.1.1](https://github.com/streetsidesoftware/perf-insight/compare/1.1.0...1.1.1) (2024-04-23)


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.1.1",
"version": "1.2.0",
"description": "Performance benchmarking tool for NodeJS.",
"type": "module",
"engines": {
Expand Down

0 comments on commit 4a6e6b5

Please sign in to comment.