Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
807edfad6b chore(release): publish
- @ivuorinen/semantic-release-config@0.1.6
2023-07-02 03:03:10 +00:00
renovate[bot]
37216a6b8c fix(deps): update dependency semantic-release to v21.0.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-02 03:02:48 +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.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
- **deps:** update dependency semantic-release to v21.0.6 ([37216a6](https://github.com/ivuorinen/base-configs/commit/37216a6b8c8a68b37c815c36afd3ac66c66c9c3c))
## [0.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.4...@ivuorinen/semantic-release-config@0.1.5) (2023-06-13)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.1.5",
"version": "0.1.6",
"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.5"
"semantic-release": "21.0.6"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}