Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 9, 2024
1 parent ff930c4 commit ddf1b63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@




## v7.0.0 (2024-04-09)

#### :boom: Breaking Change
* [#87](https://github.com/stefanpenner/node-fixturify-project/pull/87) Closes [#86](https://github.com/stefanpenner/node-fixturify-project/issues/86) Files leak across instances of Project ([@lolmaus](https://github.com/lolmaus)). This is marked as breaking because it changes the merging behavior of the `files` argument to `new Project` to do deep merging when it didn't before.

#### :house: Internal
* [#89](https://github.com/stefanpenner/node-fixturify-project/pull/89) swap to pnpm ([@mansona](https://github.com/mansona))

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

## v6.0.0 (2023-08-03)

#### :boom: Breaking Change
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": "fixturify-project",
"version": "6.0.0",
"version": "7.0.0",
"repository": "git@github.com:stefanpenner/node-fixturify-project",
"license": "MIT",
"author": "Stefan Penner <stefan.penner@gmail.com>",
Expand Down

0 comments on commit ddf1b63

Please sign in to comment.