diff --git a/.versionrc.js b/.versionrc.js index d831e856..076e57c3 100644 --- a/.versionrc.js +++ b/.versionrc.js @@ -3,7 +3,7 @@ module.exports = { { type: 'feat', section: 'Features' }, { type: 'fix', section: 'Fixes' }, { type: 'chore', section: 'Chores', hidden: false }, - { type: 'build', section: 'Build', hidden: false }, + { type: 'build', section: 'Build', hidden: true }, { type: 'ci', section: 'CI/CD', hidden: false }, { type: 'docs', section: 'Documentation', hidden: false }, { type: 'style', section: 'Style', hidden: false }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bbb46e..4f2fa908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [4.1.2](https://github.com/hypercliq/shutdown-cleanup/compare/v4.1.1...v4.1.2) (2022-03-28) + +### Fixes + +- :bug: types definition 'not a module' error ([25704c9](https://github.com/hypercliq/shutdown-cleanup/commit/25704c935244d55268723c1994c0dcb2e716ba72)) + ### [4.1.1](https://github.com/hypercliq/shutdown-cleanup/compare/v4.1.0...v4.1.1) (2021-11-26) ### Fixes diff --git a/package-lock.json b/package-lock.json index f30faeb7..b21ff484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hypercliq/shutdown-cleanup", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43368bf5..4f7e6f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hypercliq/shutdown-cleanup", - "version": "4.1.1", + "version": "4.1.2", "description": "Module to handle graceful shutdowns", "source": "src/index.ts", "main": "dist/index.js",