Skip to content

Commit 7aae8cf

Browse files
committed
chore(changelog): update
1 parent 97dbe4e commit 7aae8cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
# Release Notes
88

9-
## [Unreleased](https://github.com/algolia/algoliasearch-client-javascript/compare/4.1.0...master)
9+
## [v4.2.0](https://github.com/algolia/algoliasearch-client-javascript/compare/4.1.0...4.2.0)
1010

1111
### Added
1212
- Improved `acl` property type in `GetApiKeyResponse` and `addApiKey` function param ([#1126](https://github.com/algolia/algoliasearch-client-javascript/pull/1126))
1313
- Improved `AnalyticsClientOptions` property type region ([#1085](https://github.com/algolia/algoliasearch-client-javascript/pull/1085))
14-
- Responses types can now be muted ([#1068](https://github.com/algolia/algoliasearch-client-javascript/pull/1068))
14+
- Responses types can now be mutated ([#1068](https://github.com/algolia/algoliasearch-client-javascript/pull/1068))
1515

1616
### Fixed
1717
- Type `Log` ([#1139](https://github.com/algolia/algoliasearch-client-javascript/pull/1139))

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
printf "\n${GREEN}You are about the start a release process${NC}\n"
1717

1818
printf "\n${RED}[ACTION]${NC} Changes on changelog are not part of this release process.\n"
19-
read -p "is the changelog modified and commited separately? If yes, are you sure? (y/n): "
19+
read -p "Is the changelog modified and commited separately? If no, do that first manually. (y/n):"
2020
if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi
2121

2222
releaseBranch='master'

0 commit comments

Comments
 (0)