@hapl/api-queries 0.2.23--canary.144.f08f702.0 → 0.2.23

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.2.23 (Mon Feb 13 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - FE-1502: добавлены новые поля в колл-таск [#144](https://github.com/homeappcorporate/api-queries/pull/144) ([@alexandropavlov](https://github.com/alexandropavlov))
6
+
7
+ #### Authors: 1
8
+
9
+ - Alexander Pavlov ([@alexandropavlov](https://github.com/alexandropavlov))
10
+
11
+ ---
12
+
1
13
  # v0.2.22 (Mon Feb 06 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.23--canary.144.f08f702.0",
2
+ "version": "0.2.23",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",