From 15d6d1c0a6373c207087bb62cf4bf367911111c1 Mon Sep 17 00:00:00 2001 From: HannesOberreiter Date: Tue, 28 Nov 2023 12:08:53 +0100 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4e50d..848ea1f 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.0.1](https://github.com/certible/superagent-aws-sign/compare/v1.0.0...v1.0.1) (2023-11-28) + + +### Bug Fixes + +* :fire: remove unused tsconfig ([425ac47](https://github.com/certible/superagent-aws-sign/commit/425ac47eee3ae4816164f20b406806c850618c11)) + ## [1.0.0](https://github.com/certible/superagent-aws-sign/compare/v0.0.8...v1.0.0) (2023-11-28) ## [0.0.8](https://github.com/certible/superagent-aws-sign/compare/v0.0.7...v0.0.8) (2023-11-28) diff --git a/package.json b/package.json index e8273d2..14e5601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@certible/superagent-aws-sign", - "version": "1.0.0", + "version": "1.0.1", "description": "Superagent plugin to sign requests using AWS Signature Version 4", "author": "Certible ", "license": "MIT",