mirror of
https://github.com/Baboo7/strapi-plugin-import-export-entries.git
synced 2025-09-21 00:02:50 -04:00
chore(release): 1.18.1
This commit is contained in:
parent
d9bd8bc3ba
commit
5599104e65
19
CHANGELOG.md
19
CHANGELOG.md
@ -2,6 +2,25 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [1.18.1](https://github.com/Baboo7/strapi-plugin-import-export-entries/compare/v1.18.0...v1.18.1) (2023-04-02)
|
||||
|
||||
|
||||
### 🐞 Bug Fixes
|
||||
|
||||
* back to node-fetch v2 ([aa018cc](https://github.com/Baboo7/strapi-plugin-import-export-entries/commits/aa018cc5028e8f36d10adcae75193a7e068557c5))
|
||||
* **import:** change deprecated request by node-fetch module ([f1e63bb](https://github.com/Baboo7/strapi-plugin-import-export-entries/commits/f1e63bb27095e2922e7eae9395e1f2e79f6b4056))
|
||||
|
||||
|
||||
### 🛠 Refacto
|
||||
|
||||
* **tests:** Move tests to specs folder ([6f0f85c](https://github.com/Baboo7/strapi-plugin-import-export-entries/commits/6f0f85c73999e38bde82765b418b32789cf27876))
|
||||
|
||||
|
||||
### 🧹 Chores
|
||||
|
||||
* **.versionrc.json:** Update commit keyword ([e7e35af](https://github.com/Baboo7/strapi-plugin-import-export-entries/commits/e7e35af98903643463896303ba5438e4713a1f29))
|
||||
* **package-lock.json:** Fix dependencies vulnerabilities ([d9bd8bc](https://github.com/Baboo7/strapi-plugin-import-export-entries/commits/d9bd8bc3ba429e5242169639d3b019014ca641eb))
|
||||
|
||||
## [1.18.0](https://github.com/Baboo7/strapi-plugin-import-export-entries/compare/v1.17.3...v1.18.0) (2022-11-05)
|
||||
|
||||
### ⚡️ Features
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "strapi-plugin-import-export-entries",
|
||||
"version": "1.18.0",
|
||||
"version": "1.18.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "strapi-plugin-import-export-entries",
|
||||
"version": "1.18.0",
|
||||
"version": "1.18.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@monaco-editor/react": "4.4.5",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "strapi-plugin-import-export-entries",
|
||||
"version": "1.18.0",
|
||||
"version": "1.18.1",
|
||||
"description": "Import/Export data from and to your database in just few clicks.",
|
||||
"strapi": {
|
||||
"name": "import-export-entries",
|
||||
|
Loading…
x
Reference in New Issue
Block a user