Skip to content

Commit 26d95c2

Browse files
authored
Increment version to 1.3.18 (#7191)
Signed-off-by: Zelin Hao <[email protected]>
1 parent edbcf46 commit 26d95c2

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# CHANGELOG
22
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

4+
## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.17...1.3)
5+
6+
### 💥 Breaking Changes
7+
8+
### Deprecations
9+
10+
### 🛡 Security
11+
12+
### 📈 Features/Enhancements
13+
14+
### 🐛 Bug Fixes
15+
16+
### 🚞 Infrastructure
17+
18+
### 📝 Documentation
19+
20+
### 🛠 Maintenance
21+
22+
- [Version] Increment version to 1.3.18 ([#7191](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7191))
23+
24+
### 🪛 Refactoring
25+
26+
### 🔩 Tests
27+
428
## [1.3.17 - 2024-06-06](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.17)
529

630
### 💥 Breaking Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dashboarding"
1212
],
1313
"private": true,
14-
"version": "1.3.17",
14+
"version": "1.3.18",
1515
"branch": "1.3",
1616
"types": "./opensearch_dashboards.d.ts",
1717
"tsdocMetadata": "./build/tsdoc-metadata.json",

0 commit comments

Comments
 (0)