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

### Features

* ✨ Implement RunSequenceEqual and ScheduleSequenceEqual ([d860007](d860007)), closes [#77](#77)
  • Loading branch information
semantic-release-bot committed Dec 18, 2020
1 parent d860007 commit e3ab94c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Packages/com.careboo.blinq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.1.0-preview.10](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.9...v3.1.0-preview.10) (2020-12-18)


### Features

* :sparkles: Implement RunSequenceEqual and ScheduleSequenceEqual ([d860007](https://github.com/CareBoo/Blinq/commit/d860007a011bf73dda87b6720213ecc37dc489fa)), closes [#77](https://github.com/CareBoo/Blinq/issues/77)

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

0 comments on commit e3ab94c

Please sign in to comment.