@biorate/config 0.18.2 → 0.19.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 +4 -4
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.19.0](https://github.com/biorate/core/compare/v0.18.2...v0.19.0) (2022-04-07)
7
+
8
+ **Note:** Version bump only for package @biorate/config
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.18.2](https://github.com/biorate/core/compare/v0.18.1...v0.18.2) (2022-03-18)
7
15
 
8
16
  **Note:** Version bump only for package @biorate/config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biorate/config",
3
- "version": "0.18.2",
3
+ "version": "0.19.0",
4
4
  "description": "Application configurator",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -21,10 +21,10 @@
21
21
  "author": "llevkin",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@biorate/errors": "0.18.0",
25
- "@biorate/inversion": "0.18.2",
24
+ "@biorate/errors": "0.19.0",
25
+ "@biorate/inversion": "0.19.0",
26
26
  "lodash": "^4.17.21",
27
27
  "traverse": "^0.6.6"
28
28
  },
29
- "gitHead": "96d806a70095e5d33d6ef1ebafef505bf258130c"
29
+ "gitHead": "28b2748f50be0f178195eaa903defa7af2d17055"
30
30
  }