From a7f7eff3c827c8753875745c145af107851bedf5 Mon Sep 17 00:00:00 2001 From: Deployer Date: Thu, 24 Aug 2023 04:12:51 +0000 Subject: [PATCH] chore(release): 1.2.109 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238ba66a9..9c3c3a0cb 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.109](https://github.com/starknet-edu/starknetbook/compare/v1.2.108...v1.2.109) (2023-08-24) + ### [1.2.108](https://github.com/starknet-edu/starknetbook/compare/v1.2.107...v1.2.108) (2023-08-24) ### [1.2.107](https://github.com/starknet-edu/starknetbook/compare/v1.2.106...v1.2.107) (2023-08-11) diff --git a/package.json b/package.json index f129be8f6..2bc5c2cd1 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "simple-git": "^3.15.0", "standard-version": "^9.3.2" }, - "version": "1.2.108" + "version": "1.2.109" }