Skip to content

Commit

Permalink
chore(main): release 1.10.0 (#264)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.10.0](1.9.0...1.10.0)
(2024-09-18)


### Features

* Adds Source Selection support.
([#271](#271))
([2ea1da9](2ea1da9))


### Fixes

* ensure AuthorizationManager methods are awaited
([#263](#263))
([1306141](1306141))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
1 parent 2ea1da9 commit 627a26d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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 @@
{
".": "1.9.0"
".": "1.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.10.0](https://github.com/globus/static-data-portal/compare/1.9.0...1.10.0) (2024-09-18)


### Features

* Adds Source Selection support. ([#271](https://github.com/globus/static-data-portal/issues/271)) ([2ea1da9](https://github.com/globus/static-data-portal/commit/2ea1da9c96d0fbd40289855ceb3c8be79c1f13a0))


### Fixes

* ensure AuthorizationManager methods are awaited ([#263](https://github.com/globus/static-data-portal/issues/263)) ([1306141](https://github.com/globus/static-data-portal/commit/1306141e20a72432f3a71f09a062a75da58956dd))

## [1.9.0](https://github.com/globus/static-data-portal/compare/1.8.0...1.9.0) (2024-08-26)


Expand Down
4 changes: 2 additions & 2 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/static-data-portal",
"version": "1.9.0",
"version": "1.10.0",
"repository": "github:globus/static-data-portal",
"files": [],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/globus.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const CLIENT_INFO = {
product: "@globus/static-data-portal",
// x-release-please-start-version
version: "1.9.0",
version: "1.10.0",
// x-release-please-end
};

0 comments on commit 627a26d

Please sign in to comment.