From be08db279ec9182f2d15b371947db67e46b54e60 Mon Sep 17 00:00:00 2001 From: Deployer Date: Sat, 16 Sep 2023 01:29:51 +0000 Subject: [PATCH] chore(release): 1.2.125 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd61d8ed..3ef67b207 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.125](https://github.com/starknet-edu/starknetbook/compare/v1.2.124...v1.2.125) (2023-09-16) + ### [1.2.124](https://github.com/starknet-edu/starknetbook/compare/v1.2.123...v1.2.124) (2023-09-16) ### [1.2.123](https://github.com/starknet-edu/starknetbook/compare/v1.2.122...v1.2.123) (2023-09-16) diff --git a/package.json b/package.json index b9ec04285..83b076428 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "simple-git": "^3.15.0", "standard-version": "^9.3.2" }, - "version": "1.2.124" + "version": "1.2.125" }