From a02897ce7fdd25b02d5f818dd6e186574c6b5b58 Mon Sep 17 00:00:00 2001 From: HannesOberreiter Date: Tue, 28 Nov 2023 12:40:37 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 848ea1f..6e18c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.1.0](https://github.com/certible/superagent-aws-sign/compare/v1.0.1...v1.1.0) (2023-11-28) + + +### Features + +* :sparkles: add a simple aws 4 sign method ([bf114b2](https://github.com/certible/superagent-aws-sign/commit/bf114b2f5050e81a2ef1d9ad3f6e8de3ce625f84)) + ## [1.0.1](https://github.com/certible/superagent-aws-sign/compare/v1.0.0...v1.0.1) (2023-11-28) diff --git a/package.json b/package.json index 14e5601..139f657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@certible/superagent-aws-sign", - "version": "1.0.1", + "version": "1.1.0", "description": "Superagent plugin to sign requests using AWS Signature Version 4", "author": "Certible ", "license": "MIT",