@ivuorinen/base-configs 2.0.3 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
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.5 (2024-10-19)
6
+
7
+ ### Bug Fixes
8
+
9
+ - 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))
10
+
11
+ ## [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)
12
+
13
+ **Note:** Version bump only for package @ivuorinen/base-configs
14
+
5
15
  ## [2.0.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.2...@ivuorinen/base-configs@2.0.3) (2024-09-17)
6
16
 
7
17
  **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",
3
+ "version": "2.0.5",
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.1",
32
- "@ivuorinen/commitlint-config": "^0.3.1",
33
- "@ivuorinen/eslint-config": "^0.5.2",
34
- "@ivuorinen/markdownlint-config": "^0.3.1",
35
- "@ivuorinen/prettier-config": "^0.3.2",
36
- "@ivuorinen/semantic-release-config": "^0.3.1"
31
+ "@ivuorinen/browserslist-config": "^0.3.2",
32
+ "@ivuorinen/commitlint-config": "^0.3.2",
33
+ "@ivuorinen/eslint-config": "^0.5.3",
34
+ "@ivuorinen/markdownlint-config": "^0.3.2",
35
+ "@ivuorinen/prettier-config": "^0.3.3",
36
+ "@ivuorinen/semantic-release-config": "^0.3.3"
37
37
  },
38
- "gitHead": "3fd61969d993d6e285eacb51b46f4c395e4492a5"
38
+ "gitHead": "2a2dde00803ee485083f45f123562dec9427a50d"
39
39
  }