From 7dd73a578984342f06b8fd1d7a37ab4151eb3d5c Mon Sep 17 00:00:00 2001 From: Ricardo Lopes Date: Mon, 14 Oct 2019 09:55:30 +0100 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4459d2b..0a8e8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.0](https://github.com/uphold/uphold-scripts/releases/tag/v0.4.0) (2019-10-14) +- Update eslint-config-uphold@1.0.1 [\#24](https://github.com/uphold/uphold-scripts/pull/24) ([rplopes](https://github.com/rplopes)) +- Update @uphold/github-changelog-generator@1.0.1 [\#23](https://github.com/uphold/uphold-scripts/pull/23) ([rplopes](https://github.com/rplopes)) +- Allow passing flags to lint script [\#22](https://github.com/uphold/uphold-scripts/pull/22) ([rplopes](https://github.com/rplopes)) +- Update @uphold/github-changelog-generator@1.0.0 [\#21](https://github.com/uphold/uphold-scripts/pull/21) ([rplopes](https://github.com/rplopes)) +- Update eslint@6.5.1 [\#20](https://github.com/uphold/uphold-scripts/pull/20) ([rplopes](https://github.com/rplopes)) +- Improve testRegex in jest-preset.json [\#18](https://github.com/uphold/uphold-scripts/pull/18) ([waldyrious](https://github.com/waldyrious)) +- Add some links to the README for context [\#17](https://github.com/uphold/uphold-scripts/pull/17) ([waldyrious](https://github.com/waldyrious)) + ## [0.3.0](https://github.com/uphold/uphold-scripts/releases/tag/v0.3.0) (2019-08-09) - Update eslint-config-uphold@1.0.0 [\#16](https://github.com/uphold/uphold-scripts/pull/16) ([rplopes](https://github.com/rplopes)) diff --git a/package.json b/package.json index 4910640..5c71399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uphold-scripts", - "version": "0.3.0", + "version": "0.4.0", "description": "Set of scripts and dev dependencies to help with common tasks on Uphold projects", "bin": "./src/index.js", "author": "Ricardo Lopes",