Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
31e2042310 chore(release): publish
- @ivuorinen/commitlint-config@0.1.3
2023-05-07 10:07:11 +00:00
renovate[bot]
ef76391d73 fix(deps): update devdependencies (patch) to v17.6.3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-05-07 10:06:12 +00:00
2 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.2...@ivuorinen/commitlint-config@0.1.3) (2023-05-07)
### Bug Fixes
- **deps:** update devdependencies (patch) to v17.6.3 ([ef76391](https://github.com/ivuorinen/base-configs/commit/ef76391d738b84e463ebb3d23bd5b2d025fcfd92))
## [0.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.1...@ivuorinen/commitlint-config@0.1.2) (2023-05-04)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "0.1.2",
"version": "0.1.3",
"description": "ivuorinen's shareable configuration for commitlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,8 +37,8 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1"
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}