From bf242ceab6165c9bd91b7777b2feb65d5b9e5caa Mon Sep 17 00:00:00 2001 From: Matt Riley Date: Tue, 21 Sep 2021 11:37:04 +0100 Subject: [PATCH] chore(release): 2.5.1 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d25454b..18b74e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.5.1](https://github.com/matt-riley/gql_boilerplate/compare/v2.5.0...v2.5.1) (2021-09-21) + + +### Bug Fixes + +* .snyk to reduce vulnerabilities ([d943b4e](https://github.com/matt-riley/gql_boilerplate/commit/d943b4e949e51594efff2c2612a99522d3496a2b)) +* .snyk to reduce vulnerabilities ([2761688](https://github.com/matt-riley/gql_boilerplate/commit/2761688ae053a1b3a08d1b0b7812c8a253faf321)) +* package.json & package-lock.json to reduce vulnerabilities ([daf3e93](https://github.com/matt-riley/gql_boilerplate/commit/daf3e93195b52e2155cd2f1dd8060a8f837d211b)) +* package.json, package-lock.json & .snyk to reduce vulnerabilities ([4840a17](https://github.com/matt-riley/gql_boilerplate/commit/4840a17127d781b3045d820aaa2388f1c4fed477)) +* package.json, package-lock.json & .snyk to reduce vulnerabilities ([e4ad877](https://github.com/matt-riley/gql_boilerplate/commit/e4ad87796227e5c068282d6176fa74815c11d8ef)) +* package.json, package-lock.json & .snyk to reduce vulnerabilities ([9bfa6b8](https://github.com/matt-riley/gql_boilerplate/commit/9bfa6b8c9ba1b7dfdc12bd33934b98992ab8e42a)) + ## [2.5.0](https://github.com/matt-riley/gql_boilerplate/compare/v2.4.2...v2.5.0) (2019-06-16) diff --git a/package-lock.json b/package-lock.json index 413c9bde..f155c4d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gql_boilerplate", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9408a55..8dbb13d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gql_boilerplate", - "version": "2.5.0", + "version": "2.5.1", "repository": "git@github.com:matt-riley/gql_boilerplate.git", "author": "Matt Riley (https://mattriley.me)", "license": "MIT",