From 461dd346360bd1d9dbc49603c7168c17a6aea9bd Mon Sep 17 00:00:00 2001 From: andreafspeziale Date: Fri, 20 Oct 2023 11:13:04 +0000 Subject: [PATCH] chore: release v1.5.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6320f..a30eea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ +## [1.5.0](https://github.com/andreafspeziale/os-cli/compare/1.4.1...1.5.0) (2023-10-20) + + +### Features + +* add close confirmation ([49f203a](https://github.com/andreafspeziale/os-cli/commit/49f203ae9d450ba28f2302437a7f4d8a7a515693)) +* add get task command ([c62c6ff](https://github.com/andreafspeziale/os-cli/commit/c62c6ff771606d73b901e7a1ec7c389bf2e905dd)) +* add open confirmation ([1b30ba6](https://github.com/andreafspeziale/os-cli/commit/1b30ba66e65763d2d0db439019e51b9a05871b75)) + + +### Miscellaneous + +* reindex wait by default ([9e9f2fd](https://github.com/andreafspeziale/os-cli/commit/9e9f2fd2be51edb63cf548b743d6d221bd65f202)) + ## [1.4.1](https://github.com/andreafspeziale/os-cli/compare/1.4.0...1.4.1) (2023-10-19) diff --git a/package.json b/package.json index cae0e4f..3a599ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@andreafspeziale/os-cli", - "version": "1.4.1", + "version": "1.5.0", "description": "Opinionated and convenient OpenSearch CLI", "author": "Andrea Francesco Speziale", "private": false,