Compare commits

...

2 Commits

Author SHA1 Message Date
ivuorinen
e8d8e36d62 chore(release): publish
- @ivuorinen/commitlint-config@0.1.2
2023-05-04 21:35:41 +00:00
renovate[bot]
ae6da42449 fix(deps): update commitlint monorepo to v17.6.1 (#7)
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-05 00:34:33 +03: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.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
- **deps:** update commitlint monorepo to v17.6.1 ([#7](https://github.com/ivuorinen/base-configs/issues/7)) ([ae6da42](https://github.com/ivuorinen/base-configs/commit/ae6da424492a2a523f33c0bd5d8fd774549646fc))
## 0.1.1 (2023-05-04)
**Note:** Version bump only for package @ivuorinen/commitlint-config

View File

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