@biorate/file-config 1.38.2 → 1.38.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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
7
+
8
+ **Note:** Version bump only for package @biorate/file-config
9
+
10
+ ## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
11
+
12
+ **Note:** Version bump only for package @biorate/file-config
13
+
6
14
  ## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
7
15
 
8
16
  **Note:** Version bump only for package @biorate/file-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/file-config",
3
- "version": "1.38.2",
3
+ "version": "1.38.4",
4
4
  "description": "Module for configuring the application using files",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -21,9 +21,9 @@
21
21
  "author": "llevkin",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@biorate/config": "1.38.2",
24
+ "@biorate/config": "1.38.4",
25
25
  "@biorate/errors": "1.28.0",
26
26
  "@biorate/inversion": "1.30.12"
27
27
  },
28
- "gitHead": "05ec5c5127b097c107ddbfb6bb8a4354bed397fb"
28
+ "gitHead": "8d5441e69672a60d7946f4c3fcab109eff273a4d"
29
29
  }