From 7566857193842813e41930eb2ef33bfa466e620f Mon Sep 17 00:00:00 2001 From: Renaud Heluin Date: Thu, 1 Feb 2024 13:16:08 +0000 Subject: [PATCH] chore: release v1.4.7 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef7d54..d7d33c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.4.7](https://github.com/NovaGaia/strapi-plugin-mock-datas/compare/1.4.6...1.4.7) + +- feat: add boostrap file [`423b3c3`](https://github.com/NovaGaia/strapi-plugin-mock-datas/commit/423b3c37863b86eb605ddebcf4f19452f71c023e) + #### [1.4.6](https://github.com/NovaGaia/strapi-plugin-mock-datas/compare/1.4.4...1.4.6) +> 1 February 2024 + - chore: add new config [`62513c2`](https://github.com/NovaGaia/strapi-plugin-mock-datas/commit/62513c2e7bf9e705098b6531feeca62e54dedda3) +- chore: release v1.4.6 [`b6cb949`](https://github.com/NovaGaia/strapi-plugin-mock-datas/commit/b6cb949fcf2096c54119bb9cb35abff3f1af0a20) - feat: add plugin permissions [`f804dcd`](https://github.com/NovaGaia/strapi-plugin-mock-datas/commit/f804dcde8888becaa61c4ed4a7649fa0a8941201) -- chore: update pkg version manualy [`0168d9b`](https://github.com/NovaGaia/strapi-plugin-mock-datas/commit/0168d9b763967b73c04a245e4afb84b56a5477aa) #### [1.4.4](https://github.com/NovaGaia/strapi-plugin-mock-datas/compare/1.4.3...1.4.4) diff --git a/package-lock.json b/package-lock.json index 5606818..3f7ac9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nova-datas-mocker", - "version": "1.4.6", + "version": "1.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nova-datas-mocker", - "version": "1.4.6", + "version": "1.4.7", "license": "MIT", "dependencies": { "@faker-js/faker": "^7.6.0", diff --git a/package.json b/package.json index 5991226..bdc314d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nova-datas-mocker", - "version": "1.4.6", + "version": "1.4.7", "description": "On demand, mock all responses from your Strapi APIs.", "strapi": { "name": "nova-datas-mocker",