Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2023-11-20)

### Bug Fixes

* promise return value is unhandle ([3a4d7df](3a4d7df))
* **test:** Bug unit test file missing option credential ([77b3ca7](77b3ca7))

### Features

* Implement fn working with gcp storage ([fbcbc15](fbcbc15))
  • Loading branch information
semantic-release-bot committed Nov 20, 2023
1 parent 5432968 commit f642947
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/xponential-asia/medusa-plugin-file-cloud-storage/compare/v1.0.2...v1.1.0) (2023-11-20)


### Bug Fixes

* promise return value is unhandle ([3a4d7df](https://github.com/xponential-asia/medusa-plugin-file-cloud-storage/commit/3a4d7df2b47a031c60a38605bfccb8d4a151ec66))
* **test:** Bug unit test file missing option credential ([77b3ca7](https://github.com/xponential-asia/medusa-plugin-file-cloud-storage/commit/77b3ca7002acb317ead2d9a10d44b11a4f86901c))


### Features

* Implement fn working with gcp storage ([fbcbc15](https://github.com/xponential-asia/medusa-plugin-file-cloud-storage/commit/fbcbc15984848b81b0d9cb86641c7c52612e21fd))

## [1.0.2](https://github.com/xponential-asia/medusa-plugin-file-cloud-storage/compare/v1.0.1...v1.0.2) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xponential-asia/medusa-plugin-file-cloud-storage",
"version": "1.0.2",
"version": "1.1.0",
"description": "A Medusa plugin to store files in Google Cloud Storage",
"keywords": [
"medusa-plugin",
Expand Down

0 comments on commit f642947

Please sign in to comment.