Skip to content

Commit

Permalink
chore(main): release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Aug 23, 2023
1 parent 4926a4e commit 93dcbdc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.1.0"
".": "6.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

## [6.0.0](https://github.com/boneskull/midnight-smoker/compare/v5.1.0...v6.0.0) (2023-08-23)


### ⚠ BREAKING CHANGES

* `midnight-smoker` now runs a small suite of automated checks by default.

### Features

* add builtin checks ([26d3979](https://github.com/boneskull/midnight-smoker/commit/26d3979c07904580c6794f672b8c4aee3c12fd3a))


### Bug Fixes

* **deps:** update dependency zod to v3.22.2 ([4926a4e](https://github.com/boneskull/midnight-smoker/commit/4926a4ee439e3e663bcf8f3ae873275eb48191bd))

## [5.1.0](https://github.com/boneskull/midnight-smoker/compare/v5.0.0...v5.1.0) (2023-08-21)


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": "5.1.0",
"version": "6.0.0",
"description": "Run smoke tests against packages as they would be published",
"keywords": [
"test",
Expand Down

0 comments on commit 93dcbdc

Please sign in to comment.