@biorate/config 0.30.6 → 0.30.7

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
+ ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
7
+
8
+ **Note:** Version bump only for package @biorate/config
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
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.30.6",
3
+ "version": "0.30.7",
4
4
  "description": "Application configurator",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -22,9 +22,9 @@
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
24
  "@biorate/errors": "0.30.2",
25
- "@biorate/inversion": "0.30.6",
25
+ "@biorate/inversion": "0.30.7",
26
26
  "lodash": "^4.17.21",
27
27
  "traverse": "^0.6.6"
28
28
  },
29
- "gitHead": "ef68679fa7c71ed1ac566db3e7f5ea3d881e2d61"
29
+ "gitHead": "4e93d53c2e88720e8e3693ccccd8fa470425c458"
30
30
  }