mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-17 12:49:01 +00:00
chore(release): publish
- @ivuorinen/base-configs@2.0.0 - @ivuorinen/browserslist-config@0.3.0 - @ivuorinen/commitlint-config@0.3.0 - @ivuorinen/config-checker@1.1.5 - @ivuorinen/eslint-config@0.5.0 - @ivuorinen/markdownlint-config@0.3.0 - @ivuorinen/prettier-config@0.3.0 - @ivuorinen/semantic-release-config@0.3.0 - @ivuorinen/stylelint-config@0.3.0
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.3.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.24...@ivuorinen/semantic-release-config@0.3.0) (2024-08-21)
|
||||
|
||||
- feat!: module & commonjs in semantic-release ([57fbf1f](https://github.com/ivuorinen/base-configs/commit/57fbf1fd1f280063da2a9c2ac0e1f994836c4582))
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
- support module, and commonjs types
|
||||
|
||||
## [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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/semantic-release-config",
|
||||
"version": "0.2.24",
|
||||
"version": "0.3.0",
|
||||
"description": "ivuorinen's shareable configuration for semantic-release.",
|
||||
"author": {
|
||||
"name": "Ismo Vuorinen",
|
||||
@@ -42,7 +42,7 @@
|
||||
"postinstall": "node scripts/postinstall.cjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ivuorinen/config-checker": "^1.1.4",
|
||||
"@ivuorinen/config-checker": "^1.1.5",
|
||||
"@semantic-release/changelog": "6.0.3",
|
||||
"@semantic-release/git": "10.0.1",
|
||||
"semantic-release": "24.1.0"
|
||||
|
||||
Reference in New Issue
Block a user