From 5f9963c18008c56060ab4c890d2ac6761b1ffab3 Mon Sep 17 00:00:00 2001 From: JameStark Date: Thu, 13 Apr 2023 18:47:40 +0000 Subject: [PATCH] chore(release): 1.1.15 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b152661..8c22b4f50 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.15](https://github.com/starknet-edu/starknetbook/compare/v1.1.14...v1.1.15) (2023-04-13) + ### [1.1.14](https://github.com/starknet-edu/starknetbook/compare/v1.1.13...v1.1.14) (2023-04-13) ### [1.1.13](https://github.com/starknet-edu/starknetbook/compare/v1.1.12...v1.1.13) (2023-04-13) diff --git a/package.json b/package.json index 5b1cc0987..b6534e92d 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.14" + "version": "1.1.15" }