Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Dec 17, 2023
1 parent a69b090 commit d1ebe14
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions packages/midnight-smoker/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog

## [8.0.0](https://github.com/boneskull/midnight-smoker/compare/midnight-smoker-v7.0.4...midnight-smoker-v8.0.0) (2023-12-17)


### ⚠ BREAKING CHANGES

* Given a boatload of deps are dropping it, We have to drop it too.

### Bug Fixes

* **deps:** update dependency corepack to v0.21.0 ([6f401a4](https://github.com/boneskull/midnight-smoker/commit/6f401a421db64ca416257ad318a74a2fa9e13bca))
* **deps:** update dependency corepack to v0.22.0 ([c5fea52](https://github.com/boneskull/midnight-smoker/commit/c5fea527522f9bddfeec2f5c3179c3e0eb5407f3))
* **deps:** update dependency corepack to v0.23.0 ([d63576e](https://github.com/boneskull/midnight-smoker/commit/d63576ed4c8581350fd96d708d9216b2f4107af8))
* **deps:** update dependency lilconfig to v3 ([9c6737f](https://github.com/boneskull/midnight-smoker/commit/9c6737f394e2195d0f50c908befe7fcb634d9716))
* **deps:** update dependency zod to v3.22.4 ([eea3d68](https://github.com/boneskull/midnight-smoker/commit/eea3d687a7cad333e7f75476d94e64a0eeca0c5b))
* **deps:** update dependency zod-validation-error to v2 ([b3f5fa8](https://github.com/boneskull/midnight-smoker/commit/b3f5fa8d41207b2eb6389f55741af3024803b4dd))
* **deps:** update dependency zod-validation-error to v2.1.0 ([0e16699](https://github.com/boneskull/midnight-smoker/commit/0e166992f0fbd00e97d2d93810fe3de5abebc390))
* **midnight-smoker:** add overload for normalization to readPackageJson ([b4e781f](https://github.com/boneskull/midnight-smoker/commit/b4e781f37ecb11e119eb5ad5b9efa620141c1c02))
* **midnight-smoker:** fix missing 'cause' prop on errors ([dc3ac8f](https://github.com/boneskull/midnight-smoker/commit/dc3ac8f6536bacd7638ccd0ecfd0ccf32122dcae))
* **midnight-smoker:** fix npm9 load() function ([3d171ec](https://github.com/boneskull/midnight-smoker/commit/3d171ec0224dfaee6e7f7d37a280aca5a051f797)), closes [#401](https://github.com/boneskull/midnight-smoker/issues/401)
* **no-missing-exports:** correctly check the 'types' field ([eef4876](https://github.com/boneskull/midnight-smoker/commit/eef4876aec239ca594795da2295ea3f3b171286f))
* remove ErrorOptions reference ([4282e74](https://github.com/boneskull/midnight-smoker/commit/4282e743d61b9a5ce0b5c939a9538c6310ea36d3))


### Miscellaneous Chores

* drop Node.js v16 ([1bc5a7e](https://github.com/boneskull/midnight-smoker/commit/1bc5a7ec060f55211efa12adaf27ed92feaf3439))

## [7.0.3](https://github.com/boneskull/midnight-smoker/compare/v7.0.2...v7.0.3) (2023-09-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/midnight-smoker/package.json
@@ -1,6 +1,6 @@
{
"name": "midnight-smoker",
"version": "7.0.4",
"version": "8.0.0",
"description": "Smoke test your package tarball (instead of failing miserably)",
"repository": {
"type": "git",
Expand Down

0 comments on commit d1ebe14

Please sign in to comment.