Skip to content

Commit

Permalink
chore(main): release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 23, 2024
1 parent bbf0fba commit 9c9d519
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.2.0"
".": "4.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.1](https://github.com/globus/globus-sdk-javascript/compare/v4.2.0...v4.2.1) (2024-09-23)


### Bug Fixes

* **Search, Typescript:** updates return type for `search.index.getAll` and exports service types. ([#306](https://github.com/globus/globus-sdk-javascript/issues/306)) ([7fcebbe](https://github.com/globus/globus-sdk-javascript/commit/7fcebbef0e07f7d9d81a79347607cca84e6b989a))

## [4.2.0](https://github.com/globus/globus-sdk-javascript/compare/v4.1.0...v4.2.0) (2024-09-18)


Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@globus/sdk",
"version": "4.2.0",
"version": "4.2.1",
"description": "The Globus SDK for JavaScript",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/info/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// x-release-please-start-version
export const VERSION = '4.2.0';
export const VERSION = '4.2.1';
// x-release-please-end

0 comments on commit 9c9d519

Please sign in to comment.