From 70a9d6db3ff5daade0ad260b71e229e65c41f678 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Aug 2022 11:28:21 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/terrestris/shogun-util/compare/v3.1.3...v3.2.0) (2022-08-01) ### Features * add husky commintlint ([e607936](https://github.com/terrestris/shogun-util/commit/e6079362015f7d70daff6c27d88dcbf4930ec8a6)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f900cf724..4735094ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/terrestris/shogun-util/compare/v3.1.3...v3.2.0) (2022-08-01) + + +### Features + +* add husky commintlint ([e607936](https://github.com/terrestris/shogun-util/commit/e6079362015f7d70daff6c27d88dcbf4930ec8a6)) + ## [3.1.3](https://github.com/terrestris/shogun-util/compare/v3.1.2...v3.1.3) (2022-07-08) diff --git a/package-lock.json b/package-lock.json index dd0260f1b..d42eb45c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/shogun-util", - "version": "3.1.3", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terrestris/shogun-util", - "version": "3.1.3", + "version": "3.2.0", "license": "BSD-2-Clause", "dependencies": { "@terrestris/base-util": "^1.0.1", diff --git a/package.json b/package.json index 32ad7fa62..8f725655c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terrestris/shogun-util", - "version": "3.1.3", + "version": "3.2.0", "keywords": [], "bugs": { "url": "https://github.com/terrestris/shogun-util/issues"