From aece6609b8a26aea7bc9d331613ea44f4d2be5d5 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Thu, 8 Jul 2021 14:00:21 +0000 Subject: [PATCH] chore(release): 3.15.0 [skip ci] # [3.15.0](https://github.com/qiwi/multi-semantic-release/compare/v3.14.2...v3.15.0) (2021-07-08) ### Bug Fixes * update deps, fix some vuls ([f3cafc8](https://github.com/qiwi/multi-semantic-release/commit/f3cafc812ad58fb03c87065b477860ff5e58023c)) ### Features * add pnpm and bolt support ([91465de](https://github.com/qiwi/multi-semantic-release/commit/91465de637524b109aa4f6b898ff0e451ef39c36)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18de3a6..cbf434f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.15.0](https://github.com/qiwi/multi-semantic-release/compare/v3.14.2...v3.15.0) (2021-07-08) + + +### Bug Fixes + +* update deps, fix some vuls ([f3cafc8](https://github.com/qiwi/multi-semantic-release/commit/f3cafc812ad58fb03c87065b477860ff5e58023c)) + + +### Features + +* add pnpm and bolt support ([91465de](https://github.com/qiwi/multi-semantic-release/commit/91465de637524b109aa4f6b898ff0e451ef39c36)) + ## [3.14.2](https://github.com/qiwi/multi-semantic-release/compare/v3.14.1...v3.14.2) (2021-04-16) diff --git a/package.json b/package.json index cacfe38..4006ac6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qiwi/multi-semantic-release", "author": "Dave Houlbrooke ", - "version": "3.14.2", + "version": "3.15.0", "license": "0BSD", "engines": { "node": ">=10.18",