diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6746862..00c71e8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Exit 1 if docusaurus build fails" + hash: 58f387b651bc8827ec2d067fd69b0026fbe12ff8 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 2.1.7 + title: "" + date: 2024-08-20T12:47:54.210Z - commits: - subject: 'patch: Revert "Update dependency cheerio to v1.0.0" & remove local search override' diff --git a/CHANGELOG.md b/CHANGELOG.md index 751a4ca..cb16498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v2.1.7 +## (2024-08-20) + +* patch: Exit 1 if docusaurus build fails [Vipul Gupta (@vipulgupta2048)] + # v2.1.6 ## (2024-08-20) diff --git a/VERSION b/VERSION index b6da512..9671f9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.6 \ No newline at end of file +2.1.7 \ No newline at end of file