From f58428496c762646b62f842917b6990aa0d6c3e8 Mon Sep 17 00:00:00 2001 From: ExtendReality-Bot Date: Mon, 14 Oct 2019 20:53:36 +0000 Subject: [PATCH] chore(release): set version to 1.0.1 [skip ci] ### [1.0.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.0.0...v1.0.1) (2019-10-14) #### Bug Fixes * **ci:** back to npmjs.com ([d2a8cfb](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/d2a8cfbaf2a8b14d3fbe16d4dea0bbe8394b45dc)) > GitHub's npm feeds only allow publishing scoped packages, but UPM doesn't support those. --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a855f46b..5c2d007d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.0.0...v1.0.1) (2019-10-14) + +#### Bug Fixes + +* **ci:** back to npmjs.com ([d2a8cfb](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/d2a8cfbaf2a8b14d3fbe16d4dea0bbe8394b45dc)) + > GitHub's npm feeds only allow publishing scoped packages, but UPM doesn't support those. + ## [1.0.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v0.0.0...v1.0.0) (2019-10-14) #### :warning: BREAKING CHANGES :warning: diff --git a/package.json b/package.json index 90ca7e0d..daec3172 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "io.extendreality.zinnia.unity", "displayName": "Zinnia.Unity", "description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.", - "version": "1.0.0", + "version": "1.0.1", "unity": "2018.3", "unityRelease": "10f1", "keywords": [ @@ -39,4 +39,4 @@ "Dependencies", "Tests" ] -} \ No newline at end of file +}