Compare commits

..

2 Commits

Author SHA1 Message Date
ivuorinen
cc63a2d1d7 chore(release): publish
- @ivuorinen/base-configs@1.1.106
 - @ivuorinen/semantic-release-config@0.2.24
2024-08-21 05:52:14 +00:00
renovate[bot]
2c5432954a fix(deps): update semantic-release to 24.1.0 (#288) 2024-08-21 08:51:37 +03:00
4 changed files with 14 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.106](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.105...@ivuorinen/base-configs@1.1.106) (2024-08-21)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.105](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.104...@ivuorinen/base-configs@1.1.105) (2024-08-12)
**Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.105",
"version": "1.1.106",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -32,7 +32,7 @@
"@ivuorinen/eslint-config": "^0.4.48",
"@ivuorinen/markdownlint-config": "^0.2.9",
"@ivuorinen/prettier-config": "^0.2.16",
"@ivuorinen/semantic-release-config": "^0.2.23",
"@ivuorinen/semantic-release-config": "^0.2.24",
"eslint-plugin-n": "^17.0.0"
}
}

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.2.24](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.23...@ivuorinen/semantic-release-config@0.2.24) (2024-08-21)
### Bug Fixes
- **deps:** update semantic-release to 24.1.0 ([#288](https://github.com/ivuorinen/base-configs/issues/288)) ([2c54329](https://github.com/ivuorinen/base-configs/commit/2c5432954a655a9b4b9075b61b85c6778267842d))
## 0.2.23 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.2.23",
"version": "0.2.24",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"@ivuorinen/config-checker": "^1.1.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "24.0.0"
"semantic-release": "24.1.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}