chore(release): publish

- @ivuorinen/base-configs@2.0.15
 - @ivuorinen/semantic-release-config@0.3.9
This commit is contained in:
ivuorinen
2024-12-07 14:55:31 +00:00
parent 6e9011d88e
commit 3533f2fda7
4 changed files with 21 additions and 4 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.14...@ivuorinen/base-configs@2.0.15) (2024-12-07)
**Note:** Version bump only for package @ivuorinen/base-configs
## [2.0.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.13...@ivuorinen/base-configs@2.0.14) (2024-11-25) ## [2.0.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.13...@ivuorinen/base-configs@2.0.14) (2024-11-25)
**Note:** Version bump only for package @ivuorinen/base-configs **Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/base-configs", "name": "@ivuorinen/base-configs",
"version": "2.0.14", "version": "2.0.15",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configurations meta package", "description": "ivuorinen's shareable configurations meta package",
"author": { "author": {
@@ -33,6 +33,6 @@
"@ivuorinen/eslint-config": "^0.5.8", "@ivuorinen/eslint-config": "^0.5.8",
"@ivuorinen/markdownlint-config": "^0.3.9", "@ivuorinen/markdownlint-config": "^0.3.9",
"@ivuorinen/prettier-config": "^0.3.7", "@ivuorinen/prettier-config": "^0.3.7",
"@ivuorinen/semantic-release-config": "^0.3.8" "@ivuorinen/semantic-release-config": "^0.3.9"
} }
} }

View File

@@ -1,6 +1,15 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.8...@ivuorinen/semantic-release-config@0.3.9) (2024-12-07)
**Note:** Version bump only for package @ivuorinen/semantic-release-config
## 0.3.8 (2024-11-25) ## 0.3.8 (2024-11-25)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/semantic-release-config", "name": "@ivuorinen/semantic-release-config",
"version": "0.3.8", "version": "0.3.9",
"description": "ivuorinen's shareable configuration for semantic-release.", "description": "ivuorinen's shareable configuration for semantic-release.",
"author": { "author": {
"name": "Ismo Vuorinen", "name": "Ismo Vuorinen",