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

### Features

* ✨ Implement RunAggregate and ScheduleAggregate ([b6203e2](b6203e2)), closes [#67](#67)
* ✨ Implement RunAll and ScheduleAll ([751007a](751007a)), closes [#68](#68)
* ✨ Implement RunAny and ScheduleAny ([8212854](8212854)), closes [#69](#69)
  • Loading branch information
semantic-release-bot committed Dec 18, 2020
1 parent 8212854 commit 9999561
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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.9](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.8...v3.1.0-preview.9) (2020-12-18)


### Features

* :sparkles: Implement RunAggregate and ScheduleAggregate ([b6203e2](https://github.com/CareBoo/Blinq/commit/b6203e21fb5bf8f70dc93cf984b2d18ba10a75e9)), closes [#67](https://github.com/CareBoo/Blinq/issues/67)
* :sparkles: Implement RunAll and ScheduleAll ([751007a](https://github.com/CareBoo/Blinq/commit/751007ada130657a52f3136c5a1f2de05aa54eed)), closes [#68](https://github.com/CareBoo/Blinq/issues/68)
* :sparkles: Implement RunAny and ScheduleAny ([8212854](https://github.com/CareBoo/Blinq/commit/8212854b7c300d839a118b73f59970977bfdb27a)), closes [#69](https://github.com/CareBoo/Blinq/issues/69)

# [3.1.0-preview.8](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.7...v3.1.0-preview.8) (2020-12-15)


Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "3.1.0-preview.9",
"unity": "2020.1",
"description": "Adds Burst-compatible, LINQ extension methods like Select, Where, and Any to `NativeArray`.",
"dependencies": {
Expand All @@ -16,4 +16,4 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/@careboo"
}
}
}

0 comments on commit 9999561

Please sign in to comment.