From ac8c321a86ea510a34d624710c2c72ff83f1b9ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Sep 2020 04:44:40 +0000 Subject: [PATCH] chore(release): 1.0.0-preview.14 [skip ci] # [1.0.0-preview.14](https://github.com/CareBoo/Blinq/compare/v1.0.0-preview.13...v1.0.0-preview.14) (2020-09-14) ### Features * :sparkles: Implement Distinct ([f44d7a8](https://github.com/CareBoo/Blinq/commit/f44d7a893493dca3b7477eae77a200a0fec55656)), closes [#6](https://github.com/CareBoo/Blinq/issues/6) --- Packages/com.careboo.blinq/CHANGELOG.md | 7 +++++++ Packages/com.careboo.blinq/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Packages/com.careboo.blinq/CHANGELOG.md b/Packages/com.careboo.blinq/CHANGELOG.md index 7cb981e..ac27322 100644 --- a/Packages/com.careboo.blinq/CHANGELOG.md +++ b/Packages/com.careboo.blinq/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-preview.14](https://github.com/CareBoo/Blinq/compare/v1.0.0-preview.13...v1.0.0-preview.14) (2020-09-14) + + +### Features + +* :sparkles: Implement Distinct ([f44d7a8](https://github.com/CareBoo/Blinq/commit/f44d7a893493dca3b7477eae77a200a0fec55656)), closes [#6](https://github.com/CareBoo/Blinq/issues/6) + # [1.0.0-preview.13](https://github.com/CareBoo/Blinq/compare/v1.0.0-preview.12...v1.0.0-preview.13) (2020-09-14) diff --git a/Packages/com.careboo.blinq/package.json b/Packages/com.careboo.blinq/package.json index e153416..5138bb0 100644 --- a/Packages/com.careboo.blinq/package.json +++ b/Packages/com.careboo.blinq/package.json @@ -1,7 +1,7 @@ { "name": "com.careboo.blinq", "displayName": "Blinq", - "version": "1.0.0-preview.13", + "version": "1.0.0-preview.14", "unity": "2020.1", "description": "Replace this string with your own description of the package. This description appears in the Package Manager window when the user selects this package from the list. \n\nFor best results, use this text to summarize: \n▪ What the package does \n▪ How it can benefit the user \n\nNote: Special formatting characters are supported, including line breaks ('\\n') and bullets ('\\u25AA').", "dependencies": {