From 7a89bf175934f32c0935cd67cb593c2ec549940b Mon Sep 17 00:00:00 2001 From: Deployer Date: Mon, 2 Oct 2023 10:53:12 +0000 Subject: [PATCH] chore(release): 1.2.130 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b481b0c5..8536202fd 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.130](https://github.com/starknet-edu/starknetbook/compare/v1.2.129...v1.2.130) (2023-10-02) + ### [1.2.129](https://github.com/starknet-edu/starknetbook/compare/v1.2.128...v1.2.129) (2023-09-25) ### [1.2.128](https://github.com/starknet-edu/starknetbook/compare/v1.2.127...v1.2.128) (2023-09-18) diff --git a/package.json b/package.json index 196489add..3a5a3ae92 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "simple-git": "^3.15.0", "standard-version": "^9.3.2" }, - "version": "1.2.129" + "version": "1.2.130" }