@biorate/file-config 0.22.0 → 0.23.0

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 +5 -5
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
+ # [0.23.0](https://github.com/biorate/core/compare/v0.22.0...v0.23.0) (2022-04-11)
7
+
8
+ **Note:** Version bump only for package @biorate/file-config
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.22.0](https://github.com/biorate/core/compare/v0.21.0...v0.22.0) (2022-04-08)
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": "0.22.0",
3
+ "version": "0.23.0",
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": "0.22.0",
25
- "@biorate/errors": "0.22.0",
26
- "@biorate/inversion": "0.22.0"
24
+ "@biorate/config": "0.23.0",
25
+ "@biorate/errors": "0.23.0",
26
+ "@biorate/inversion": "0.23.0"
27
27
  },
28
- "gitHead": "a3915b64f70ecc454446907bb1ccbcfbb21c1681"
28
+ "gitHead": "bd7945dd18eb28475ca5df50d4117c23aed1291f"
29
29
  }