diff --git a/CHANGELOG.md b/CHANGELOG.md index 6939588..bd803c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ + +## v5.1.0 (2022-09-15) + +#### :rocket: Enhancement +* [#73](https://github.com/stefanpenner/node-fixturify-project/pull/73) allow linking to other Projects ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) + ## v5.0.3 (2022-05-21) #### :bug: Bug Fix diff --git a/package.json b/package.json index 7c27cae..537a1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixturify-project", - "version": "5.0.3", + "version": "5.1.0", "repository": "git@github.com:stefanpenner/node-fixturify-project", "license": "MIT", "author": "Stefan Penner ",