From 228078e2af9ccea75e82355874b56acd16c82800 Mon Sep 17 00:00:00 2001 From: Eric BREHAULT Date: Fri, 24 Jan 2020 19:22:52 +0100 Subject: [PATCH] fix version --- CHANGELOG.md | 6 +++++- projects/grange-core/package.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289b14d..d30d60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -# 1.0.2 (2020-01-24) +# 1.0.3 (2020-01-24) - Auto-tagging and auto-release to NPM +# 1.0.2 (2019-10-24) + +- fix import in demo + # 1.0.1 (2019-10-20) - Fix authentication diff --git a/projects/grange-core/package.json b/projects/grange-core/package.json index e06fc2f..0fa5a13 100644 --- a/projects/grange-core/package.json +++ b/projects/grange-core/package.json @@ -1,6 +1,6 @@ { - "name": "grange-core", - "version": "1.0.1", + "name": "@guillotinaweb/grange-core", + "version": "1.0.3", "license": "MIT", "author": { "name": "Eric Brehault",