Skip to content

Commit

Permalink
chore(main): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and boneskull committed Dec 5, 2022
1 parent e7a5eb7 commit e401b1d
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "2.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/boneskull/midnight-smoker/compare/v1.2.2...v2.0.0) (2022-12-05)


### ⚠ BREAKING CHANGES

* Now supports ^14.17.0 || ^16.13.0 || >=18.0.0 only!

### Bug Fixes

* **deps:** update dependency which to v3 ([b743420](https://github.com/boneskull/midnight-smoker/commit/b74342065771852ede8f4531448c04d1e49b47d1))


### Miscellaneous Chores

* drop support for Node.js <= v14.17.0 ([5890e11](https://github.com/boneskull/midnight-smoker/commit/5890e11ddea1c0fda8ed8071a43e190e413cf056))

## [1.2.2](https://github.com/boneskull/midnight-smoker/compare/v1.2.1...v1.2.2) (2022-11-18)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midnight-smoker",
"version": "1.2.2",
"version": "2.0.0",
"description": "Run smoke tests against packages as they would be published",
"keywords": [
"test",
Expand Down

0 comments on commit e401b1d

Please sign in to comment.