Skip to content

Commit

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


##
[1.3.1](1.3.0...1.3.1)
(2024-11-14)


### Fixes

* Includes https://*.globusonline.org in default CSP
([#258](#258))
([ebd5fe3](ebd5fe3))

---
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 Nov 14, 2024
1 parent ebd5fe3 commit 31a592b
Show file tree
Hide file tree
Showing 5 changed files with 12 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.3.0"
".": "1.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1](https://github.com/globus/static-search-portal/compare/1.3.0...1.3.1) (2024-11-14)


### Fixes

* Includes https://*.globusonline.org in default CSP ([#258](https://github.com/globus/static-search-portal/issues/258)) ([ebd5fe3](https://github.com/globus/static-search-portal/commit/ebd5fe39d6e474b08ab1a3b8312a000a98518eef))

## [1.3.0](https://github.com/globus/static-search-portal/compare/1.2.0...1.3.0) (2024-11-12)


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

0 comments on commit 31a592b

Please sign in to comment.