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

### Features

* ✨ Implement RunElementAt and ScheduleElementAt ([7943a6e](7943a6e)), closes [#72](#72)
* ✨ Implement RunFirst and ScheduleFirst ([6c2f5c1](6c2f5c1)), closes [#74](#74)
* ✨ Implment RunLast and ScheduleLast ([59ca4e5](59ca4e5)), closes [#75](#75)
* ✨ Reduce constraints in Single API ([617c8f3](617c8f3))
  • Loading branch information
semantic-release-bot committed Nov 29, 2020
1 parent 7943a6e commit 6d5f1f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Packages/com.careboo.blinq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [3.1.0-preview.3](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.2...v3.1.0-preview.3) (2020-11-29)


### Features

* :sparkles: Implement RunElementAt and ScheduleElementAt ([7943a6e](https://github.com/CareBoo/Blinq/commit/7943a6efedd5144cf526d5423c11d102c8229057)), closes [#72](https://github.com/CareBoo/Blinq/issues/72)
* :sparkles: Implement RunFirst and ScheduleFirst ([6c2f5c1](https://github.com/CareBoo/Blinq/commit/6c2f5c1df120f749600bbce1354af5c018134a70)), closes [#74](https://github.com/CareBoo/Blinq/issues/74)
* :sparkles: Implment RunLast and ScheduleLast ([59ca4e5](https://github.com/CareBoo/Blinq/commit/59ca4e548868b64c7ec25cc1181750a0ff6f5ae3)), closes [#75](https://github.com/CareBoo/Blinq/issues/75)
* :sparkles: Reduce constraints in Single API ([617c8f3](https://github.com/CareBoo/Blinq/commit/617c8f319abf277fe440842929a60e17b868aa67))

# [3.1.0-preview.2](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.1...v3.1.0-preview.2) (2020-11-29)


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

0 comments on commit 6d5f1f7

Please sign in to comment.