Skip to content

Commit

Permalink
chore(release): 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msanguineti committed Mar 28, 2022
1 parent 8042128 commit b88edfe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versionrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b88edfe

Please sign in to comment.