Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
4e5dcef13e chore(release): publish
- @ivuorinen/semantic-release-config@0.1.7
2023-07-08 04:52:02 +00:00
renovate[bot]
8780eb1d24 fix(deps): update dependency semantic-release to v21.0.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-08 04:51:40 +00:00
2 changed files with 8 additions and 2 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.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.6...@ivuorinen/semantic-release-config@0.1.7) (2023-07-08)
### Bug Fixes
- **deps:** update dependency semantic-release to v21.0.7 ([8780eb1](https://github.com/ivuorinen/base-configs/commit/8780eb1d24a4916613876182b29c92ea994ac53b))
## [0.1.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.5...@ivuorinen/semantic-release-config@0.1.6) (2023-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.1.6",
"version": "0.1.7",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
@@ -40,7 +40,7 @@
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "21.0.6"
"semantic-release": "21.0.7"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}