From ff16c06354cb21db3bd38cf31ffb6aae4e633d15 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Fri, 11 Aug 2023 10:24:54 +0200
Subject: [PATCH] chore(release): 1.0.0-alpha.3
---
CHANGELOG.md | 4 ++++
package.json | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a2525c83..1b136362e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+## [1.0.0-alpha.3](https://github.com/nucypher/nucypher-ts/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-08-11)
+
+Re-released `1.0.0-alpha.2` after fixing a bad rebase.
+
## [1.0.0-alpha.2](https://github.com/nucypher/nucypher-ts/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-08-02)
diff --git a/package.json b/package.json
index aed3608a2..111f3e380 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@nucypher/nucypher-ts",
"author": "Piotr Roslaniec ",
- "version": "1.0.0-alpha.2",
+ "version": "1.0.0-alpha.3",
"license": "GPL-3.0-only",
"repository": {
"type": "git",