From c64e8d9aa5a8975ad754a31e1fc5e05476e2dd0b Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Wed, 14 Sep 2022 22:16:31 -0400 Subject: [PATCH] Release 5.1.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 ",