Skip to content

Commit

Permalink
chore(main): release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Aug 30, 2023
1 parent 51b0002 commit b448437
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "7.0.0"
".": "7.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [7.0.1](https://github.com/boneskull/midnight-smoker/compare/v7.0.0...v7.0.1) (2023-08-30)


### Bug Fixes

* **errors:** better error output ([51b0002](https://github.com/boneskull/midnight-smoker/commit/51b000231cba2130bd95de2c79b6011ce2da60eb))
* **verbose:** fix verbose mode ([4afd125](https://github.com/boneskull/midnight-smoker/commit/4afd1254009eead6ef535ee2209336e1d4d06f8e))

## [7.0.0](https://github.com/boneskull/midnight-smoker/compare/v6.1.1...v7.0.0) (2023-08-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "midnight-smoker",
"version": "7.0.0",
"version": "7.0.1",
"description": "Run smoke tests against packages as they would be published",
"repository": {
"type": "git",
Expand Down

0 comments on commit b448437

Please sign in to comment.