Skip to content

Commit

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


##
[4.1.0](v4.0.0...v4.1.0)
(2024-09-17)


### Features

* **GCS:** added get, getAll, create, remove, update and patch method
for Nodes
([#301](#301))
([5b833c1](5b833c1))


### Bug Fixes

* ensure proper exported VERSION constant
([1d7c9f4](1d7c9f4))

---
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 17, 2024
1 parent 4564643 commit c000001
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 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.0.0"
".": "4.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.0](https://github.com/globus/globus-sdk-javascript/compare/v4.0.0...v4.1.0) (2024-09-17)


### Features

* **GCS:** added get, getAll, create, remove, update and patch method for Nodes ([#301](https://github.com/globus/globus-sdk-javascript/issues/301)) ([5b833c1](https://github.com/globus/globus-sdk-javascript/commit/5b833c145c4217ae8b5273712599494c193c5c5e))


### Bug Fixes

* ensure proper exported VERSION constant ([1d7c9f4](https://github.com/globus/globus-sdk-javascript/commit/1d7c9f49b0d5b02f42e354942b3522925640036e))

## [4.0.0](https://github.com/globus/globus-sdk-javascript/compare/v3.9.0...v4.0.0) (2024-09-16)


Expand Down
18 changes: 9 additions & 9 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.0.0",
"version": "4.1.0",
"description": "The Globus SDK for JavaScript",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit c000001

Please sign in to comment.