mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-16 05:48:31 +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/browserslist-config@0.2.10...@ivuorinen/browserslist-config@0.3.0) (2024-08-21)
|
||||
|
||||
- feat!: module & commonjs in browserslist ([93ea840](https://github.com/ivuorinen/base-configs/commit/93ea8404064e62c720460b2d808fc9d39a00ec31))
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
- support module, and commonjs types
|
||||
|
||||
## [0.2.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.9...@ivuorinen/browserslist-config@0.2.10) (2024-08-04)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/browserslist-config",
|
||||
"version": "0.2.10",
|
||||
"version": "0.3.0",
|
||||
"description": "ivuorinen's shareable configuration for Browserslist.",
|
||||
"type": "module",
|
||||
"author": {
|
||||
@@ -43,7 +43,7 @@
|
||||
"postinstall": "node scripts/postinstall.cjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ivuorinen/config-checker": "^1.1.4",
|
||||
"@ivuorinen/config-checker": "^1.1.5",
|
||||
"browserslist": "4.23.3"
|
||||
},
|
||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||
|
||||
Reference in New Issue
Block a user