From d85e07bd6c9f7e1bca8a5613c151b3a6aefa14b2 Mon Sep 17 00:00:00 2001 From: Moxious Date: Thu, 20 Sep 2018 12:19:57 -0400 Subject: [PATCH] v0.0.7 --- package.json | 4 ++-- release-notes.md | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6ff3bc33..739a3caa 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "halin", "description": "Halin helps you monitor and improve your Neo4j graph", - "version": "0.0.6", + "version": "0.0.7", "neo4jDesktop": { "apiVersion": "^1.2.0" }, "icons": [ { - "src": "img/halin-icon.png", + "src": "./public/img/halin-icon.png", "type": "png" } ], diff --git a/release-notes.md b/release-notes.md index 2b386718..0bd635e5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,10 +1,15 @@ # Halin Release Notes -# 0.0.6 +## 0.0.7 + +- Fixed several issues with package.json +- Corrected icon path + +## 0.0.6 - Icons and package.json formatting to make Halin play - nicely with the Neo4j Desktop UI -# 0.0.5 +## 0.0.5 - first working published version