mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-27 19:39:52 +00:00
Compare commits
2 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a37eb8517e | ||
| 3dbff768c8 |
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [2.0.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.8...@ivuorinen/base-configs@2.0.9) (2024-11-24)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|
||||||
## [2.0.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.7...@ivuorinen/base-configs@2.0.8) (2024-11-16)
|
## [2.0.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.7...@ivuorinen/base-configs@2.0.8) (2024-11-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs",
|
||||||
"version": "2.0.8",
|
"version": "2.0.9",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configurations meta package",
|
"description": "ivuorinen's shareable configurations meta package",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/browserslist-config": "^0.3.4",
|
"@ivuorinen/browserslist-config": "^0.4.0",
|
||||||
"@ivuorinen/commitlint-config": "^0.3.5",
|
"@ivuorinen/commitlint-config": "^0.3.5",
|
||||||
"@ivuorinen/eslint-config": "^0.5.6",
|
"@ivuorinen/eslint-config": "^0.5.6",
|
||||||
"@ivuorinen/markdownlint-config": "^0.3.5",
|
"@ivuorinen/markdownlint-config": "^0.3.5",
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [0.4.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.3.4...@ivuorinen/browserslist-config@0.4.0) (2024-11-24)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- bump node engine to >=20 ([3dbff76](https://github.com/ivuorinen/base-configs/commit/3dbff768c882dc12d01ac8eed6c70ae545db0e76))
|
||||||
|
|
||||||
## 0.3.4 (2024-11-16)
|
## 0.3.4 (2024-11-16)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/browserslist-config",
|
"name": "@ivuorinen/browserslist-config",
|
||||||
"version": "0.3.4",
|
"version": "0.4.0",
|
||||||
"description": "ivuorinen's shareable configuration for Browserslist.",
|
"description": "ivuorinen's shareable configuration for Browserslist.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"url": "https://github.com/ivuorinen/base-configs/issues"
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.cjs",
|
"index.cjs",
|
||||||
|
|||||||
Reference in New Issue
Block a user