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

### Bug Fixes

* 🐛 Fix ElementAtOrDefault throwing an exception ([f0d5c43](f0d5c43))
  • Loading branch information
semantic-release-bot committed Nov 29, 2020
1 parent ad540bb commit ae59b2e
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.4](https://github.com/CareBoo/Blinq/compare/v3.1.0-preview.3...v3.1.0-preview.4) (2020-11-29)


### Bug Fixes

* :bug: Fix ElementAtOrDefault throwing an exception ([f0d5c43](https://github.com/CareBoo/Blinq/commit/f0d5c4366bd43509e0a16e835311e7ce139ceb8f))

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

0 comments on commit ae59b2e

Please sign in to comment.