Skip to content

Commit

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


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


### Features

* Improves JSON rendering via react-json-view
([#260](#260))
([59b6fc1](59b6fc1))

---
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 59b6fc1 commit 33e684c
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.1"
".": "1.4.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* Improves JSON rendering via react-json-view ([#260](https://github.com/globus/static-search-portal/issues/260)) ([59b6fc1](https://github.com/globus/static-search-portal/commit/59b6fc10e8d10566a19e709adc198371695acf57))

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


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.1",
"version": "1.4.0",
"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.1",
version: "1.4.0",
// x-release-please-end
};

0 comments on commit 33e684c

Please sign in to comment.