From 5290f9d0a264a8656b63435465a154c3be6f9512 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Sat, 28 Dec 2019 01:27:53 +0000 Subject: [PATCH] v1.1.1 --- changelog.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 35e35eb..43fe518 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ # Changelog +## 1.1.1 + +Dependencies: + +* Update `is-it-type` dependency + +Dev: + +* Update ESLint config + ## 1.1.0 Features: diff --git a/package-lock.json b/package-lock.json index 7d26c4e..0ce9d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "symbols-collection", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d67bc2..b1084da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symbols-collection", - "version": "1.1.0", + "version": "1.1.1", "description": "Create a collection of Symbols with namespaced labels", "main": "index.js", "author": {