From 80c4350e122eaca1caaac1bc4aea72b2277dc15e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 14 Sep 2020 04:03:20 +0000 Subject: [PATCH] chore(release): 1.0.0-preview.13 [skip ci] # [1.0.0-preview.13](https://github.com/CareBoo/Blinq/compare/v1.0.0-preview.12...v1.0.0-preview.13) (2020-09-14) ### Features * :sparkles: Add Job-API methods to ValueSequence ([3d1f775](https://github.com/CareBoo/Blinq/commit/3d1f77565bd4ef5c536e04743bca899c88d4b4b9)) * :sparkles: Reimpl ToNative* extension methods ([fab1b10](https://github.com/CareBoo/Blinq/commit/fab1b1007df5f4eb0a50924e102fc48fcd9b7ad9)) --- Packages/com.careboo.blinq/CHANGELOG.md | 8 ++++++++ Packages/com.careboo.blinq/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Packages/com.careboo.blinq/CHANGELOG.md b/Packages/com.careboo.blinq/CHANGELOG.md index e05ae2a..7cb981e 100644 --- a/Packages/com.careboo.blinq/CHANGELOG.md +++ b/Packages/com.careboo.blinq/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-preview.13](https://github.com/CareBoo/Blinq/compare/v1.0.0-preview.12...v1.0.0-preview.13) (2020-09-14) + + +### Features + +* :sparkles: Add Job-API methods to ValueSequence ([3d1f775](https://github.com/CareBoo/Blinq/commit/3d1f77565bd4ef5c536e04743bca899c88d4b4b9)) +* :sparkles: Reimpl ToNative* extension methods ([fab1b10](https://github.com/CareBoo/Blinq/commit/fab1b1007df5f4eb0a50924e102fc48fcd9b7ad9)) + # [1.0.0-preview.12](https://github.com/CareBoo/Blinq/compare/v1.0.0-preview.11...v1.0.0-preview.12) (2020-09-10) diff --git a/Packages/com.careboo.blinq/package.json b/Packages/com.careboo.blinq/package.json index 4bac8f6..e153416 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.12", + "version": "1.0.0-preview.13", "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": {