Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 8, 2023
1 parent 67d742a commit 0700b19
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@

## v3.0.0 (2023-11-08)

#### :boom: Breaking Change
* [#14](https://github.com/embroider-build/scenario-tester/pull/14) Drop support for Node 14 and update TypeScript ([@lolmaus](https://github.com/lolmaus))

#### :rocket: Enhancement
* [#18](https://github.com/embroider-build/scenario-tester/pull/18) Enable both CJS and ESM builds ([@mansona](https://github.com/mansona))
* [#15](https://github.com/embroider-build/scenario-tester/pull/15) Install TypeDoc and deploy TypeDoc documentation site ([@lolmaus](https://github.com/lolmaus))

#### :memo: Documentation
* [#17](https://github.com/embroider-build/scenario-tester/pull/17) TypeDoc: document the Scenarios class ([@lolmaus](https://github.com/lolmaus))
* [#16](https://github.com/embroider-build/scenario-tester/pull/16) Rename types in preparation for TypeDoc ([@lolmaus](https://github.com/lolmaus))
* [#13](https://github.com/embroider-build/scenario-tester/pull/13) Docs: add introduction and guide to readme ([@lolmaus](https://github.com/lolmaus))

#### :house: Internal
* [#24](https://github.com/embroider-build/scenario-tester/pull/24) Set up release-it ([@mansona](https://github.com/mansona))
* [#23](https://github.com/embroider-build/scenario-tester/pull/23) use the right tsconfig for typedoc ([@mansona](https://github.com/mansona))
* [#22](https://github.com/embroider-build/scenario-tester/pull/22) fix CI to remove volta ([@mansona](https://github.com/mansona))
* [#12](https://github.com/embroider-build/scenario-tester/pull/12) Tests: use a TestContext type for DRY ([@lolmaus](https://github.com/lolmaus))

#### Committers: 2
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
- Chris Manson ([@mansona](https://github.com/mansona))

# 2.1.2

- BUGFIX: upgrade fixturify-project for upstream bug fixes
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": "scenario-tester",
"version": "2.1.2",
"version": "3.0.0",
"repository": "https://github.com/embroider-build/scenario-tester",
"license": "MIT",
"author": "Edward Faulkner <[email protected]>",
Expand Down

0 comments on commit 0700b19

Please sign in to comment.