@ivuorinen/base-configs 1.1.1 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,14 @@
|
|
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
|
+
## [1.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.2...@ivuorinen/base-configs@1.1.3) (2023-11-03)
|
6
|
+
|
7
|
+
**Note:** Version bump only for package @ivuorinen/base-configs
|
8
|
+
|
9
|
+
## [1.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.1...@ivuorinen/base-configs@1.1.2) (2023-11-01)
|
10
|
+
|
11
|
+
**Note:** Version bump only for package @ivuorinen/base-configs
|
12
|
+
|
5
13
|
## [1.1.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.0...@ivuorinen/base-configs@1.1.1) (2023-10-31)
|
6
14
|
|
7
15
|
**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": "1.1.
|
3
|
+
"version": "1.1.3",
|
4
4
|
"description": "ivuorinen's shareable configurations meta package",
|
5
5
|
"author": {
|
6
6
|
"name": "Ismo Vuorinen",
|
@@ -29,10 +29,10 @@
|
|
29
29
|
"dependencies": {
|
30
30
|
"@ivuorinen/browserslist-config": "^0.2.2",
|
31
31
|
"@ivuorinen/commitlint-config": "^0.2.4",
|
32
|
-
"@ivuorinen/eslint-config": "^0.
|
32
|
+
"@ivuorinen/eslint-config": "^0.4.0",
|
33
33
|
"@ivuorinen/markdownlint-config": "^0.2.2",
|
34
34
|
"@ivuorinen/prettier-config": "^0.2.2",
|
35
|
-
"@ivuorinen/semantic-release-config": "^0.2.
|
35
|
+
"@ivuorinen/semantic-release-config": "^0.2.3"
|
36
36
|
},
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "9f6752a4c2580cd286e9b09ab2aeb5796f111b44"
|
38
38
|
}
|