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.11 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0-preview.11](v3.1.0-preview.10...v3.1.0-preview.11) (2020-12-21)

### Features

* ✨ Add Run and Schedule NativeArray.ElementAt ([d418942](d418942))
* ✨ Add Run/Schedule NativeArray Last ([7400bbd](7400bbd))
* ✨ Add Run/Schedule NativeArray Single ([93a4f6b](93a4f6b))
* ✨ Implement NativeArray Run/Schedule First ([8f8b986](8f8b986))
* Add NativeArray MaxMin ([f740e44](f740e44))
  • Loading branch information
semantic-release-bot committed Dec 21, 2020
1 parent 93a4f6b commit 7dbfa4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Packages/com.careboo.blinq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [3.1.0-preview.11](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.10...v3.1.0-preview.11) (2020-12-21)


### Features

* :sparkles: Add Run and Schedule NativeArray.ElementAt ([d418942](https://github.com/CareBoo/Blinq/commit/d41894269153ef5e740318bd0bc39478a2d2cfab))
* :sparkles: Add Run/Schedule NativeArray Last ([7400bbd](https://github.com/CareBoo/Blinq/commit/7400bbda45d0b42bd165f59629a5d4aa6e3a005d))
* :sparkles: Add Run/Schedule NativeArray Single ([93a4f6b](https://github.com/CareBoo/Blinq/commit/93a4f6ba00df03ac1b7adc09c5bcd0faed230a9e))
* :sparkles: Implement NativeArray Run/Schedule First ([8f8b986](https://github.com/CareBoo/Blinq/commit/8f8b986de95abd7cc8a2aab16c8f75f85695ff38))
* Add NativeArray MaxMin ([f740e44](https://github.com/CareBoo/Blinq/commit/f740e445f12409f0df94b7f346ee0597643bb56b))

# [3.1.0-preview.10](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.9...v3.1.0-preview.10) (2020-12-18)


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.10",
"version": "3.1.0-preview.11",
"unity": "2020.1",
"description": "Adds Burst-compatible, LINQ extension methods like Select, Where, and Any to `NativeArray`.",
"dependencies": {
Expand Down

0 comments on commit 7dbfa4b

Please sign in to comment.