Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.6.5...v2.0.0) (2024-03-16)

* fix!: removing Runtime from global scope ([2e28322](2e28322))

### BREAKING CHANGES

* no longer supports unity 2020 or earlier
  • Loading branch information
semantic-release-bot committed Mar 16, 2024
1 parent 2e28322 commit 08a80f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.0.0](https://github.com/James-Frowen/SimpleWebTransport/compare/v1.6.5...v2.0.0) (2024-03-16)


* fix!: removing Runtime from global scope ([2e28322](https://github.com/James-Frowen/SimpleWebTransport/commit/2e283225e53c8f1a90f7504d11811d501c2f7f2b))


### BREAKING CHANGES

* no longer supports unity 2020 or earlier

## [1.6.5](https://github.com/James-Frowen/SimpleWebTransport/compare/v1.6.4...v1.6.5) (2024-03-14)


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("1.6.5")]
[assembly: AssemblyVersion("2.0.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": "1.6.5",
"version": "2.0.0",
"unity": "2019.4",
"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 08a80f2

Please sign in to comment.