Skip to content

Commit 733f18c

Browse files
committed
Fixes incorrect release dates in changelog
Corrects release dates documented in the changelog to ensure historical accuracy. Bumps package version to 2.0.11 to reflect this correction.
1 parent edd2962 commit 733f18c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

webview_rpc_runtime_library/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.11] - 2025-07-01
9+
### Fixed
10+
- Corrected release dates in CHANGELOG.md
11+
812
## [2.0.10] - 2025-07-01
913
### Changed
1014
- **BREAKING**: RequestId generation changed from incremental integer to UUID/GUID for true uniqueness across multiple WebView instances

webview_rpc_runtime_library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-webview-rpc",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"type": "module",
55
"description": "WebView RPC provides an abstraction layer that allows communication between the App (e.g. Unity C#) and WebView (HTML, JS) using protobuf, similar to gRPC.",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)