Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore(release): 3.1.0-preview.6 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0-preview.6](v3.1.0-preview.5...v3.1.0-preview.6) (2020-12-11)

### Features

* ✨ Implement RunCount and ScheduleCount ([b763ea3](b763ea3)), closes [#71](#71)
* ✨ Implement RunLongCount and ScheduleLongCount ([644ba1d](644ba1d)), closes [#76](#76)
  • Loading branch information
semantic-release-bot committed Dec 11, 2020
1 parent 644ba1d commit 92245ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Packages/com.careboo.blinq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.1.0-preview.6](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.5...v3.1.0-preview.6) (2020-12-11)


### Features

* :sparkles: Implement RunCount and ScheduleCount ([b763ea3](https://github.com/CareBoo/Blinq/commit/b763ea39098e9f5c1e47920f1b54e4279f1d0a48)), closes [#71](https://github.com/CareBoo/Blinq/issues/71)
* :sparkles: Implement RunLongCount and ScheduleLongCount ([644ba1d](https://github.com/CareBoo/Blinq/commit/644ba1dbd73ca5751c757c8d57045ee5835b63f0)), closes [#76](https://github.com/CareBoo/Blinq/issues/76)

# [3.1.0-preview.5](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.4...v3.1.0-preview.5) (2020-12-11)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.careboo.blinq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.blinq",
"displayName": "Blinq",
"version": "3.1.0-preview.5",
"version": "3.1.0-preview.6",
"unity": "2020.1",
"description": "Adds Burst-compatible, LINQ extension methods like Select, Where, and Any to `NativeArray`.",
"dependencies": {
Expand Down

0 comments on commit 92245ba

Please sign in to comment.