diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c69a7..4221f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.3](https://github.com/andrewmcodes/commitlint-config/compare/commitlint-config-v0.1.2...commitlint-config-v0.1.3) (2026-05-16) + + +### Features + +* add shareable configuration ([6119e33](https://github.com/andrewmcodes/commitlint-config/commit/6119e3336af53e0782ed085eee289eeab36b27c1)) + + +### Bug Fixes + +* set access to public ([51906ff](https://github.com/andrewmcodes/commitlint-config/commit/51906ff83a20635e68f59204866b004b255e8644)) +* set correct package name ([b70b02f](https://github.com/andrewmcodes/commitlint-config/commit/b70b02f4d03177957acd2d840cdc9dd8f6194a93)) + ## [0.1.2](https://github.com/andrewmcodes/commitlint-config/compare/v0.1.1...v0.1.2) (2023-05-25) ### Bug Fixes diff --git a/package.json b/package.json index fd410ea..d9079bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@andrewmcodes/commitlint-config", - "version": "0.1.2", + "version": "0.1.3", "description": "Personal commitlint config for @andrewmcodes", "license": "MIT", "author": "Andrew Mason (https://andrewm.codes)",