From 96c632fc585ee1342330a8f44527392c670f1bce Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Sat, 5 Jun 2021 13:59:06 +0200 Subject: [PATCH] Version 1.1.0 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d07253..23fcaae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. -## [1.0.0] - 2021-06-02 +## [1.1.0] - 2021-06-06 +- 7 new icons +- Dependency updates +- Fix preview script + +## [1.0.0] - 2021-05-02 - Initial release diff --git a/package-lock.json b/package-lock.json index cbd8cfe..5395d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "material-file-icons", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "material-file-icons", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/react": "^17.0.9", diff --git a/package.json b/package.json index 3b5714a..f8c4692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-file-icons", - "version": "1.0.0", + "version": "1.1.0", "description": "Beautiful material style file type icons in a simple react component.", "module": "dist/index.es.js", "main": "dist/index.js",