diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e04d89a..8dd85978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.0-alpha.7](https://github.com/ecomplus/admin/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-06-04) + + +### Features + +* **resources-lists:** handling csv table import ([fc203ba](https://github.com/ecomplus/admin/commit/fc203ba9ca0695a2468fd09d7f6f8dbdf50293e1)) + ## [1.0.0-alpha.6](https://github.com/ecomplus/admin/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-05-30) diff --git a/package-lock.json b/package-lock.json index 686e38ff..cc8175f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4067390b..5bb18baf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/admin", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "E-Com Plus Admin dashboard PWA", "main": "src/index.js", "scripts": {