@biorate/file-config 0.16.1 → 0.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.16.2](https://github.com/biorate/core/compare/v0.16.1...v0.16.2) (2022-02-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **file-config:** doc fix ([58fe396](https://github.com/biorate/core/commit/58fe3967fc7717f37b7206b829c68fc77a008d7c))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.16.1](https://github.com/biorate/core/compare/v0.16.0...v0.16.1) (2022-02-01)
7
18
 
8
19
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ container.bind<Root>(Root).toSelf().inSingletonScope();
60
60
 
61
61
  ### Learn
62
62
 
63
- - Documentation can be found here - [docs](https://biorate.github.io/core/modules/file-config.html).
63
+ - Documentation can be found here - [docs](https://biorate.github.io/core/modules/file_config.html).
64
64
 
65
65
  ### Release History
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/file-config",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "Module for configuring the application using files",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -25,5 +25,5 @@
25
25
  "@biorate/errors": "0.16.1",
26
26
  "@biorate/inversion": "0.15.0"
27
27
  },
28
- "gitHead": "56133a9c94f3d02036870cd18df2e7f95720c3fe"
28
+ "gitHead": "e4a3c9250109a3b776cb2400d2e6e43108c25a7f"
29
29
  }