@ivuorinen/base-configs 2.0.4 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,18 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
4
4
|
|
5
|
+
## 2.0.6 (2024-10-20)
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- upgrade browserslist from 4.23.3 to 4.24.0 ([#297](https://github.com/ivuorinen/base-configs/issues/297)) ([a99c55a](https://github.com/ivuorinen/base-configs/commit/a99c55aab760142b5d77ad80ce5d44b25dde17d7))
|
10
|
+
|
11
|
+
## 2.0.5 (2024-10-19)
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
- upgrade markdownlint-cli from 0.41.0 to 0.42.0 ([#298](https://github.com/ivuorinen/base-configs/issues/298)) ([f57190d](https://github.com/ivuorinen/base-configs/commit/f57190d55c27101f66583cc0000733b2707c1e5f))
|
16
|
+
|
5
17
|
## [2.0.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.3...@ivuorinen/base-configs@2.0.4) (2024-09-17)
|
6
18
|
|
7
19
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ivuorinen/base-configs",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.6",
|
4
4
|
"type": "module",
|
5
5
|
"description": "ivuorinen's shareable configurations meta package",
|
6
6
|
"author": {
|
@@ -28,12 +28,12 @@
|
|
28
28
|
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@ivuorinen/browserslist-config": "^0.3.
|
32
|
-
"@ivuorinen/commitlint-config": "^0.3.
|
33
|
-
"@ivuorinen/eslint-config": "^0.5.
|
34
|
-
"@ivuorinen/markdownlint-config": "^0.3.
|
35
|
-
"@ivuorinen/prettier-config": "^0.3.
|
36
|
-
"@ivuorinen/semantic-release-config": "^0.3.
|
31
|
+
"@ivuorinen/browserslist-config": "^0.3.3",
|
32
|
+
"@ivuorinen/commitlint-config": "^0.3.3",
|
33
|
+
"@ivuorinen/eslint-config": "^0.5.4",
|
34
|
+
"@ivuorinen/markdownlint-config": "^0.3.3",
|
35
|
+
"@ivuorinen/prettier-config": "^0.3.4",
|
36
|
+
"@ivuorinen/semantic-release-config": "^0.3.4"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "a703eea763d47effcc70e640cda9fa9ac8266d34"
|
39
39
|
}
|