From 90ce85fbf0197755af5733a1356d8850a6d950ce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Aug 2023 07:08:52 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 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)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8bf1bcc --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index 833f7a7..531f774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kuzzle-plugin-s3", - "version": "2.0.2", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kuzzle-plugin-s3", - "version": "2.0.2", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@commitlint/cli": "^17.6.7", diff --git a/package.json b/package.json index 4ead202..2360e7d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kuzzle-plugin-s3", "author": "The Kuzzle Team ", - "version": "2.0.2", + "version": "1.0.0", "description": "Kuzzle plugin to upload file on S3 using presigned URL", "main": "lib/index.js", "scripts": {