diff --git a/CHANGELOG.md b/CHANGELOG.md index de96730..84eaaea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.5.1](https://github.com/uphold/uphold-scripts/releases/tag/v0.5.1) (2021-11-08) +- Bump dependencies [\#43](https://github.com/uphold/uphold-scripts/pull/43) ([diogotorres97](https://github.com/diogotorres97)) + ## [0.5.0](https://github.com/uphold/uphold-scripts/releases/tag/v0.5.0) (2021-01-29) - Update eslint-config-uphold@2.0.0 [\#35](https://github.com/uphold/uphold-scripts/pull/35) ([diogotorres97](https://github.com/diogotorres97)) - Bump node-fetch from 2.6.0 to 2.6.1 [\#32](https://github.com/uphold/uphold-scripts/pull/32) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/package.json b/package.json index 031951a..4e4b8cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uphold-scripts", - "version": "0.5.0", + "version": "0.5.1", "description": "Set of scripts and dev dependencies to help with common tasks on Uphold projects", "bin": "./src/index.js", "author": "Ricardo Lopes",