Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.1...v2.2.0) (2024-04-24)

### Features

* adding versions of SendAll that accept ICollection or IEnumerable ([28b6b25](28b6b25))
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent 28b6b25 commit 209437d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/James-Frowen/SimpleWebTransport/compare/v2.1.1...v2.2.0) (2024-04-24)


### Features

* adding versions of SendAll that accept ICollection or IEnumerable ([28b6b25](https://github.com/James-Frowen/SimpleWebTransport/commit/28b6b25f7c1bf26cef04f5bae25377b485eec1ae))

## [2.1.1](https://github.com/James-Frowen/SimpleWebTransport/compare/v2.1.0...v2.1.1) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion source/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("2.1.1")]
[assembly: AssemblyVersion("2.2.0")]

[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")]
[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")]
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.james-frowen.simplewebtransport",
"displayName": "Simple Web Transport",
"version": "2.1.1",
"version": "2.2.0",
"unity": "2021.3",
"description": "Low level transport for Unity using the websocket Protocol. Includes a Websocket server, standalone client, and a WebGL client so that both your Server and Client can be build with Unity.",
"author": "James Frowen",
Expand Down

0 comments on commit 209437d

Please sign in to comment.