Skip to content

Commit a3fc7f4

Browse files
chore(main): release 3.3.0 (#167)
## [3.3.0](v3.2.0...v3.3.0) (2024-05-14) ### Features * The `errors` module is now exposed as part of the default entry. This includes various utilities (and type guards) for interacting with responses from services. ([#166](#166)) ([0c178b9](0c178b9)) --- 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>
1 parent 4b9416f commit a3fc7f4

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.0"
2+
".": "3.3.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.0](https://github.com/globus/globus-sdk-javascript/compare/v3.2.0...v3.3.0) (2024-05-14)
7+
8+
9+
### Features
10+
11+
* The `errors` module is now exposed as part of the default entry. This includes various utilities (and type guards) for interacting with responses from services. ([#166](https://github.com/globus/globus-sdk-javascript/issues/166)) ([0c178b9](https://github.com/globus/globus-sdk-javascript/commit/0c178b92c4b8eaddf746225c584493850e93b824))
12+
613
## [3.2.0](https://github.com/globus/globus-sdk-javascript/compare/v3.1.1...v3.2.0) (2024-05-09)
714

815

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globus/sdk",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"private": true,
55
"description": "The Globus SDK for JavaScript",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)