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

### Features

* ✨ Implement NativeArray RunAverage, ScheduleAverage ([dab8e0b](dab8e0b))
* ✨ Implement RunMaxMin and ScheduleMaxMin ([b454d8e](b454d8e)), closes [#65](#65)
* ✨ Implement RunMaxMin and ScheduleMaxMin ([1bce95f](1bce95f))
  • Loading branch information
semantic-release-bot committed Dec 14, 2020
1 parent b454d8e commit 70a9ae3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Packages/com.careboo.blinq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.1.0-preview.7](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.6...v3.1.0-preview.7) (2020-12-14)


### Features

* :sparkles: Implement NativeArray RunAverage, ScheduleAverage ([dab8e0b](https://github.com/CareBoo/Blinq/commit/dab8e0baaacc4d2f845a15b96ea663f38d687019))
* :sparkles: Implement RunMaxMin and ScheduleMaxMin ([b454d8e](https://github.com/CareBoo/Blinq/commit/b454d8e56f3579e958bcca46c1c60894a6126644)), closes [#65](https://github.com/CareBoo/Blinq/issues/65)
* :sparkles: Implement RunMaxMin and ScheduleMaxMin ([1bce95f](https://github.com/CareBoo/Blinq/commit/1bce95f55c157cb98d3d3048f6a5624c2b79c402))

# [3.1.0-preview.6](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.5...v3.1.0-preview.6) (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.6",
"version": "3.1.0-preview.7",
"unity": "2020.1",
"description": "Adds Burst-compatible, LINQ extension methods like Select, Where, and Any to `NativeArray`.",
"dependencies": {
Expand Down

0 comments on commit 70a9ae3

Please sign in to comment.