From 713443aea72ba809216975ba8404d97015b7df64 Mon Sep 17 00:00:00 2001 From: GitHub Actions release workflow Date: Thu, 5 Oct 2023 08:16:08 +0000 Subject: [PATCH] chore: release v4.1.2 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694d3c6a..c6cd30db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.1.2] - 2023-10-05 ### Added - `verbose`flag for `prepare` to prinout out prepared docs -- flag to configure polling timeout +- flag to configure polling timeout - added poll URL retries ### Fixed @@ -258,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Transpile command - CI github flow -[Unreleased]: https://github.com/superfaceai/cli/compare/v4.1.1...HEAD +[Unreleased]: https://github.com/superfaceai/cli/compare/v4.1.2...HEAD +[4.1.2]: https://github.com/superfaceai/cli/compare/v4.1.1...v4.1.2 [4.1.1]: https://github.com/superfaceai/cli/compare/v4.1.0...v4.1.1 [4.1.0]: https://github.com/superfaceai/cli/compare/v4.0.2...v4.1.0 [4.0.2]: https://github.com/superfaceai/cli/compare/v4.0.1...v4.0.2 diff --git a/package.json b/package.json index 5116fff8..de655e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superfaceai/cli", - "version": "4.1.1", + "version": "4.1.2", "description": "Superface CLI utility", "main": "dist/index.js", "repository": "https://github.com/superfaceai/cli.git",