From 26d95c2bb5d43e3d540d4612884ff98f66938046 Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Mon, 8 Jul 2024 15:35:13 -0700 Subject: [PATCH] Increment version to 1.3.18 (#7191) Signed-off-by: Zelin Hao --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ebfbdf6b2d..3b08e8d21e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # CHANGELOG Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.17...1.3) + +### 💥 Breaking Changes + +### Deprecations + +### 🛡 Security + +### 📈 Features/Enhancements + +### 🐛 Bug Fixes + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +- [Version] Increment version to 1.3.18 ([#7191](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7191)) + +### 🪛 Refactoring + +### 🔩 Tests + ## [1.3.17 - 2024-06-06](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.17) ### 💥 Breaking Changes diff --git a/package.json b/package.json index 384575d94d82..3c8bfc6e1354 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "1.3.17", + "version": "1.3.18", "branch": "1.3", "types": "./opensearch_dashboards.d.ts", "tsdocMetadata": "./build/tsdoc-metadata.json",