From 7619f26b91b80cbe8e6b3bdca30eedc619f93501 Mon Sep 17 00:00:00 2001 From: vidavidorra-release <65564857+vidavidorra-release@users.noreply.github.com> Date: Mon, 1 May 2023 02:47:56 +0000 Subject: [PATCH] chore(release): 3.0.15 [skip ci] ## [3.0.15](https://github.com/vidavidorra/next-standard-version/compare/v3.0.14...v3.0.15) (2023-05-01) ### Bug Fixes * **deps:** update dependency yargs to v17.7.2 ([fbc3fc4](https://github.com/vidavidorra/next-standard-version/commit/fbc3fc464ba66c4e8334e93eb49ed593629b3fc7)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b20b492..32eb3ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.15](https://github.com/vidavidorra/next-standard-version/compare/v3.0.14...v3.0.15) (2023-05-01) + +### Bug Fixes + +- **deps:** update dependency yargs to v17.7.2 ([fbc3fc4](https://github.com/vidavidorra/next-standard-version/commit/fbc3fc464ba66c4e8334e93eb49ed593629b3fc7)) + ## [3.0.14](https://github.com/vidavidorra/next-standard-version/compare/v3.0.13...v3.0.14) (2023-04-21) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index e5259de8..ad05f910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-standard-version", - "version": "3.0.14", + "version": "3.0.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "next-standard-version", - "version": "3.0.14", + "version": "3.0.15", "license": "GPL-3.0-or-later", "dependencies": { "semver": "7.5.0", diff --git a/package.json b/package.json index 8668d549..c6732270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-standard-version", - "version": "3.0.14", + "version": "3.0.15", "description": "Get the next Standard Version of a project.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",