Skip to content

Commit 2095537

Browse files
authoredOct 23, 2024··
chore(javascript): update release script (#4022)
1 parent b18651b commit 2095537

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+214
-220
lines changed
 

‎clients/algoliasearch-client-javascript/.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build clients
2929
shell: bash
30-
run: yarn build:all
30+
run: yarn build
3131

3232
- name: Publish to NPM
3333
shell: bash

‎clients/algoliasearch-client-javascript/CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## [5.10.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.10.1...5.10.2)
2-
3-
- [39a7d5216](https://github.com/algolia/api-clients-automation/commit/39a7d5216) fix(javascript): import type for bundler ([#4020](https://github.com/algolia/api-clients-automation/pull/4020)) by [@shortcuts](https://github.com/shortcuts/)
4-
51
## [5.10.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.10.0...5.10.1)
62

73
- [25de7005c](https://github.com/algolia/api-clients-automation/commit/25de7005c) fix(javascript): common package types ([#4015](https://github.com/algolia/api-clients-automation/pull/4015)) by [@shortcuts](https://github.com/shortcuts/)

0 commit comments

Comments
 (0)
Please sign in to comment.