@hapl/api-queries 0.2.2--canary.123.2637745.0 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v0.2.2 (Tue Oct 25 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FE-1437: добавлена ручка на поиск похожих объектов [#123](https://github.com/homeappcorporate/api-queries/pull/123) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
13
+ # v0.2.1 (Wed Oct 19 2022)
14
+
15
+ #### ⚠️ Pushed to `main`
16
+
17
+ - Revert "FE-1434: добавлено поле в юзера и значение в словарь должности" ([@alexandropavlov](https://github.com/alexandropavlov))
18
+ - FE-1434: добавлено поле в юзера и значение в словарь должности ([@alexandropavlov](https://github.com/alexandropavlov))
19
+
20
+ #### Authors: 1
21
+
22
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
23
+
24
+ ---
25
+
1
26
  # v0.2.0 (Thu Oct 13 2022)
2
27
 
3
28
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.2--canary.123.2637745.0",
2
+ "version": "0.2.2",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",