diff --git a/CHANGELOG.md b/CHANGELOG.md index 4657a74..f26a491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [3.1.1](https://github.com/mixmaxhq/semantic-release-config/compare/v3.1.0...v3.1.1) (2024-03-15) + + +### Bug Fixes + +* add module to files ([2914f97](https://github.com/mixmaxhq/semantic-release-config/commit/2914f97dff3a81c13d51c9144db9c6189a23c4af)) + +## [3.1.1](https://github.com/mixmaxhq/semantic-release-config/compare/v3.1.0...v3.1.1) (2024-03-15) + + +### Bug Fixes + +* add module to files ([2914f97](https://github.com/mixmaxhq/semantic-release-config/commit/2914f97dff3a81c13d51c9144db9c6189a23c4af)) + ## [3.1.0](https://github.com/mixmaxhq/semantic-release-config/compare/v3.0.2...v3.1.0) (2024-03-15) diff --git a/package-lock.json b/package-lock.json index d2ad64c..5f36d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mixmaxhq/semantic-release-config", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mixmaxhq/semantic-release-config", - "version": "3.1.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "@mixmaxhq/semantic-commitlint": "^1.0.3", diff --git a/package.json b/package.json index dce0438..69ad3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mixmaxhq/semantic-release-config", - "version": "3.1.0", + "version": "3.1.1", "description": "The shared configuration we use for `semantic-release`.", "files": [ "service",