Skip to content

Commit

Permalink
Version Bump 2.12.0 (#857)
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong authored Aug 30, 2024
1 parent 770d74e commit 0313083
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# CHANGELOG

Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added
### Dependencies
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [2.12.0]
### Dependencies
- Bumps `@babel/eslint-parser` from 7.24.8 to 7.25.1
- Bumps `@types/node` from 20.14.11 to 22.5.0
- Bumps `aws4` from 1.13.0 to 1.13.1
- Bumps `ora` from 8.0.1 to 8.1.0
- Bumps `simple-statistics` from 7.8.3 to 7.8.4
### Changed
### Deprecated
### Removed
### Fixed
- Fixed docker-compose command in Makefile ([#845](https://github.com/opensearch-project/opensearch-js/issues/845))
### Security

## [2.11.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"homepage": "https://www.opensearch.org/",
"version": "2.11.0",
"version": "2.12.0",
"versionCanary": "7.10.0-canary.6",
"keywords": [
"opensearch",
Expand Down

0 comments on commit 0313083

Please sign in to comment.