From 0f7123b3270932110d5f76fbc2e40a721440281f Mon Sep 17 00:00:00 2001 From: Dries Hooghe Date: Sat, 1 Oct 2022 11:46:16 +0200 Subject: [PATCH] chore(): release v1.0.0-beta.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c0a8b5c..4c1d91ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ocoda/event-sourcing", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "description": "NestJS Event Sourcing Library", "author": "Dries Hooghe ", "license": "MIT", @@ -71,4 +71,4 @@ "type": "git", "url": "https://github.com/ocoda/event-sourcing" } -} \ No newline at end of file +}