From 89380cd25301fd531d6d3c261a123ee95a4cf281 Mon Sep 17 00:00:00 2001 From: Infinite Red Date: Mon, 26 Aug 2024 12:53:33 +0000 Subject: [PATCH] release(reactotron-core-contract): 0.2.4 [skip ci] --- lib/reactotron-core-contract/CHANGELOG.md | 2 ++ lib/reactotron-core-contract/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/reactotron-core-contract/CHANGELOG.md b/lib/reactotron-core-contract/CHANGELOG.md index 684b39638..0044b8204 100644 --- a/lib/reactotron-core-contract/CHANGELOG.md +++ b/lib/reactotron-core-contract/CHANGELOG.md @@ -2,6 +2,8 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.2.4](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.3...reactotron-core-contract@0.2.4) (2024-08-26) + ### [0.2.3](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.2...reactotron-core-contract@0.2.3) (2024-02-14) ## [0.2.2](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.1...reactotron-core-contract@0.2.2) (2024-02-14) diff --git a/lib/reactotron-core-contract/package.json b/lib/reactotron-core-contract/package.json index 5363acd67..fb08406a5 100644 --- a/lib/reactotron-core-contract/package.json +++ b/lib/reactotron-core-contract/package.json @@ -1,6 +1,6 @@ { "name": "reactotron-core-contract", - "version": "0.2.3", + "version": "0.2.4", "description": "Typescript contracts for websocket messages between server and clients", "author": "Infinite Red", "license": "MIT",