Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-08-03)

### Bug Fixes

* **actions:** fixing action that could not build ([dc78042](dc78042))
* **actions:** use GHP Token created for semantic ([34e44bb](34e44bb))
* **mocha:** version of mocha to run tests ([f747522](f747522))
* **package-lock:** upgrading deps ([ee86ac1](ee86ac1))
* **package:** update deps and merge master to remove conflict ([69c83e0](69c83e0))
* **token:** changing the token used as it was using the private one ([b80c8dc](b80c8dc))
* **token:** wrong token used for github auth ([a814cc3](a814cc3))

### Features

* **semantic-release:** add semantic release workflow ([a50ecf5](a50ecf5))
  • Loading branch information
semantic-release-bot committed Aug 3, 2023
1 parent 34e44bb commit 90ce85f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2023-08-03)


### Bug Fixes

* **actions:** fixing action that could not build ([dc78042](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/dc78042f949c77e87cdc3f75982e3cf7df08aef6))
* **actions:** use GHP Token created for semantic ([34e44bb](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/34e44bbaad54fc2f430ea657f917af762938b69e))
* **mocha:** version of mocha to run tests ([f747522](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/f747522a4b8e98f7ecc093d5dbfdb59fa444a5c0))
* **package-lock:** upgrading deps ([ee86ac1](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/ee86ac1903150424975a6da98cbc83d21636ffb6))
* **package:** update deps and merge master to remove conflict ([69c83e0](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/69c83e0cf980fd127e0eaafdf9a424e224e27ee7))
* **token:** changing the token used as it was using the private one ([b80c8dc](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/b80c8dc1c27f4eae7338820451db7eb7ad1a8853))
* **token:** wrong token used for github auth ([a814cc3](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/a814cc348e27e8b6afcf019e81d8dd8eb82ad0bb))


### Features

* **semantic-release:** add semantic release workflow ([a50ecf5](https://github.com/kuzzleio/kuzzle-plugin-s3/commit/a50ecf5276045140620856d64a1027246183c65b))
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": "kuzzle-plugin-s3",
"author": "The Kuzzle Team <support@kuzzle.io>",
"version": "2.0.2",
"version": "1.0.0",
"description": "Kuzzle plugin to upload file on S3 using presigned URL",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 90ce85f

Please sign in to comment.