Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 13, 2024
1 parent a88b29b commit d3f791c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-zoos-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cougars-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-laws-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-points-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-beds-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-panthers-raise.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @squarecloud/blob

## 1.0.0

### Major Changes

- a88b29b: Rename `objects.put` and related to `objects.create`
- a88b29b: Update to new Blob API routes

### Minor Changes

- a73de9f: New `mimeType` prop for `objects.put` method, required if file is a Buffer
- 3810094: `objects.put` now returns useful info about the uploaded object

### Patch Changes

- 1407c2f: Export some typings and mimeType enum
- 3f5c7b8: Fix `objects.list` method

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@squarecloud/blob",
"private": false,
"version": "0.1.0",
"version": "1.0.0",
"description": "Official Square Cloud Blob SDK for NodeJS",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit d3f791c

Please sign in to comment.