From 4331099d0c4bdefc6ed06a6a9f612e6e87a3d0bf Mon Sep 17 00:00:00 2001 From: JameStark Date: Thu, 6 Apr 2023 08:03:59 +0000 Subject: [PATCH] chore(release): 1.1.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3ae30e4..9457910e0 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.3](https://github.com/starknet-edu/starknetbook/compare/v1.1.2...v1.1.3) (2023-04-06) + ### [1.1.2](https://github.com/starknet-edu/starknetbook/compare/v1.1.1...v1.1.2) (2023-04-06) ### [1.1.1](https://github.com/starknet-edu/starknetbook/compare/v1.1.0...v1.1.1) (2023-04-05) diff --git a/package.json b/package.json index c306bab16..af5e7087e 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.2" + "version": "1.1.3" }