From 2534fc9da140955420f90fb907355569e42936f4 Mon Sep 17 00:00:00 2001 From: Deployer Date: Fri, 11 Aug 2023 03:18:08 +0000 Subject: [PATCH] chore(release): 1.2.106 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfca22612..a350709fe 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.2.106](https://github.com/starknet-edu/starknetbook/compare/v1.2.105...v1.2.106) (2023-08-11) + ### [1.2.105](https://github.com/starknet-edu/starknetbook/compare/v1.2.104...v1.2.105) (2023-08-11) ### [1.2.104](https://github.com/starknet-edu/starknetbook/compare/v1.2.103...v1.2.104) (2023-08-11) diff --git a/package.json b/package.json index 7bcd6fe30..535db4f9c 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "simple-git": "^3.15.0", "standard-version": "^9.3.2" }, - "version": "1.2.105" + "version": "1.2.106" }