@hapl/api-queries 0.1.154--canary.83.5f502ee.0 → 0.1.154

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.1.154 (Mon Apr 04 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Заменены тексты в словаре ЗОУ [#83](https://github.com/homeappcorporate/api-queries/pull/83) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
1
13
  # v0.1.153 (Thu Mar 31 2022)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.154--canary.83.5f502ee.0",
2
+ "version": "0.1.154",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",