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"