From b05229f56975901985b95ddd394cceb474cefc3b Mon Sep 17 00:00:00 2001 From: github-actions-bot <> Date: Thu, 27 Oct 2022 12:55:23 +0000 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25412ec88e..30a23e2e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.1.4](https://github.com/starknet-community-libs/starknet-docs/compare/v0.1.3-5...v0.1.4) (2022-10-27) + + +### Bug Fixes + +* Steve/test deploy ([#93](https://github.com/starknet-community-libs/starknet-docs/issues/93)) ([8548725](https://github.com/starknet-community-libs/starknet-docs/commit/8548725b53dbd0674511477cc8db19d3ff6ac50d)) + ### [0.1.3](https://github.com/starknet-community-libs/starknet-docs/compare/v0.1.3-5...v0.1.3) (2022-10-27) ### [0.1.2](https://github.com/starknet-community-libs/starknet-docs/compare/v0.1.1...v0.1.2) (2022-10-19) diff --git a/package-lock.json b/package-lock.json index 36d6d974c6..0ea7f91191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@antora/cli": "3.1.1", "@antora/site-generator": "3.1.1" }, - "version": "0.1.3" + "version": "0.1.4" }, "node_modules/@antora/asciidoc-loader": { "version": "3.1.1", @@ -4682,5 +4682,5 @@ } } }, - "version": "0.1.3" + "version": "0.1.4" } diff --git a/package.json b/package.json index e8b9aa4f56..8b32e0ea5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "starknet-docs", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "pre-release": "standard-version --prerelease --skip.changelog --releaseCommitMessageFormat 'chore(prerelease): {{currentTag}}'",