From e00446d56758b02fe5e6a406e3dde28e94719a4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 May 2026 13:59:41 +0000 Subject: [PATCH] ci(release): 1.0.0 [skip ci] # 1.0.0 (2026-05-07) ### Bug Fixes * Add initial transport + licensing and semantics handling ([723d846](https://github.com/PurrNet/PurrNetEOSTransport/commit/723d846a49259d6695c923387a3f8ce92020d458)) * add release back in semantics ([7fd102d](https://github.com/PurrNet/PurrNetEOSTransport/commit/7fd102d58913e1ad2817c2be1077bcfbed57c455)) * Imported EOS PlayEverware ([132ba5a](https://github.com/PurrNet/PurrNetEOSTransport/commit/132ba5aa35d2a251ebfbe7533fcbedbcb92229fe)) ### Features * timeout settings, log level and GC patches ([cfc895d](https://github.com/PurrNet/PurrNetEOSTransport/commit/cfc895dbc9b10c8259906f4f796eb7bd4c03a788)) --- Assets/EOSTransport/CHANGELOG.md | 14 ++++++++++++++ Assets/EOSTransport/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Assets/EOSTransport/CHANGELOG.md b/Assets/EOSTransport/CHANGELOG.md index f6223de..ca3d160 100644 --- a/Assets/EOSTransport/CHANGELOG.md +++ b/Assets/EOSTransport/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.0.0 (2026-05-07) + + +### Bug Fixes + +* Add initial transport + licensing and semantics handling ([723d846](https://github.com/PurrNet/PurrNetEOSTransport/commit/723d846a49259d6695c923387a3f8ce92020d458)) +* add release back in semantics ([7fd102d](https://github.com/PurrNet/PurrNetEOSTransport/commit/7fd102d58913e1ad2817c2be1077bcfbed57c455)) +* Imported EOS PlayEverware ([132ba5a](https://github.com/PurrNet/PurrNetEOSTransport/commit/132ba5aa35d2a251ebfbe7533fcbedbcb92229fe)) + + +### Features + +* timeout settings, log level and GC patches ([cfc895d](https://github.com/PurrNet/PurrNetEOSTransport/commit/cfc895dbc9b10c8259906f4f796eb7bd4c03a788)) + # [1.0.0-beta.3](https://github.com/PurrNet/PurrNetEOSTransport/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2026-05-07) diff --git a/Assets/EOSTransport/package.json b/Assets/EOSTransport/package.json index 4c1e485..08e2e18 100644 --- a/Assets/EOSTransport/package.json +++ b/Assets/EOSTransport/package.json @@ -1,6 +1,6 @@ { "name": "dev.purrnet.eostransport", - "version": "1.0.0-beta.3", + "version": "1.0.0", "author": { "name": "PurrNet Team", "url": "https://purrnet.dev/"