@ivuorinen/base-configs 2.0.3 → 2.0.4

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 +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
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.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.3...@ivuorinen/base-configs@2.0.4) (2024-09-17)
6
+
7
+ **Note:** Version bump only for package @ivuorinen/base-configs
8
+
5
9
  ## [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
10
 
7
11
  **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.4",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {
@@ -33,7 +33,7 @@
33
33
  "@ivuorinen/eslint-config": "^0.5.2",
34
34
  "@ivuorinen/markdownlint-config": "^0.3.1",
35
35
  "@ivuorinen/prettier-config": "^0.3.2",
36
- "@ivuorinen/semantic-release-config": "^0.3.1"
36
+ "@ivuorinen/semantic-release-config": "^0.3.2"
37
37
  },
38
- "gitHead": "3fd61969d993d6e285eacb51b46f4c395e4492a5"
38
+ "gitHead": "e34f502182b1037265fd6f20e94900b9f9137438"
39
39
  }