Skip to content

Commit

Permalink
[RELEASE] 2.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed Jul 1, 2024
1 parent bfe6b3b commit 4af2f4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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,7 +1,7 @@
{
"name": "@oneblink/storage",
"description": "SDK for managing storage files in the OneBlink ecosystem",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"author": "OneBlink <[email protected]> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/storage/issues"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { default as OneBlinkStorageError } from './OneBlinkStorageError'
export { default as OneBlinkUploader } from './OneBlinkUploader'
export { default as OneBlinkDownloader } from './OneBlinkDownloader'
export * from './types'

0 comments on commit 4af2f4e

Please sign in to comment.