From 22fb0e6d5d76f576b84c7889e5d258f322cb981b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Oct 2021 06:06:53 +0000 Subject: [PATCH] chore(release): 1.42.2 [skip ci] ## [1.42.2](https://github.com/cujarrett/destiny-insights-bot/compare/v1.42.1...v1.42.2) (2021-10-08) ### Bug Fixes * **deps-dev:** bump aws-sdk from 2.1002.0 to 2.1003.0 ([#180](https://github.com/cujarrett/destiny-insights-bot/issues/180)) ([21e18c5](https://github.com/cujarrett/destiny-insights-bot/commit/21e18c54ed6fe1cbd2089f72a2516adb47739398)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c57771b..1ffe7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.42.2](https://github.com/cujarrett/destiny-insights-bot/compare/v1.42.1...v1.42.2) (2021-10-08) + + +### Bug Fixes + +* **deps-dev:** bump aws-sdk from 2.1002.0 to 2.1003.0 ([#180](https://github.com/cujarrett/destiny-insights-bot/issues/180)) ([21e18c5](https://github.com/cujarrett/destiny-insights-bot/commit/21e18c54ed6fe1cbd2089f72a2516adb47739398)) + ## [1.42.1](https://github.com/cujarrett/destiny-insights-bot/compare/v1.42.0...v1.42.1) (2021-10-07) diff --git a/package-lock.json b/package-lock.json index 684950f..f2da60a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "destiny-insights-bot", - "version": "1.42.1", + "version": "1.42.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.42.1", + "version": "1.42.2", "license": "MIT", "dependencies": { "node-fetch": "~2.6.5", diff --git a/package.json b/package.json index 15fe55a..9dcf8c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destiny-insights-bot", - "version": "1.42.1", + "version": "1.42.2", "author": "Matt Jarrett", "license": "MIT", "description": "Node JS Twitter bot that tweets Destiny's mods, armor, and weapons available",