From 8525c84643beda5f7ad71ccdbbc8f1a2840ebaed Mon Sep 17 00:00:00 2001 From: JameStark Date: Sun, 16 Apr 2023 22:16:18 +0000 Subject: [PATCH] chore(release): 1.1.23 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3951d05e..9dc60a96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.23](https://github.com/starknet-edu/starknetbook/compare/v1.1.22...v1.1.23) (2023-04-16) + ### [1.1.22](https://github.com/starknet-edu/starknetbook/compare/v1.1.21...v1.1.22) (2023-04-16) ### [1.1.21](https://github.com/starknet-edu/starknetbook/compare/v1.1.20...v1.1.21) (2023-04-16) diff --git a/package.json b/package.json index 834a85143..f6c1a74cd 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,5 @@ "@antora/lunr-extension": "^1.0.0-alpha.8", "@antora/site-generator": "3.1.2" }, - "version": "1.1.22" + "version": "1.1.23" }