@progress/kendo-typescript-api-tasks 1.0.1-dev.1537 → 1.1.1-dev.0

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # 1.1.0 (2022-11-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **typescript-api-tasks:** accept alternate JSON path ([694aff9](https://github.com/telerik/kendo-build-tasks/commit/694aff901e71dc16c95da9f3fe184c7ac5d428b6))
12
+
13
+
14
+ ### Features
15
+
16
+ * **typescript-api-tasks:** accept custom API type links path ([564b053](https://github.com/telerik/kendo-build-tasks/commit/564b053526cb28e266291daa8380afd4a62150fb))
17
+ * **typescript-api-tasks:** add separate package ([f1ef2e4](https://github.com/telerik/kendo-build-tasks/commit/f1ef2e416fa01feffd7bde26037a4c3782e08d61))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-typescript-api-tasks",
3
3
  "description": "Kendo UI API docs package gulp tasks",
4
- "version": "1.0.1-dev.1537+e354c7e",
4
+ "version": "1.1.1-dev.0+ec3d340",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "main": "index.js",
@@ -39,5 +39,5 @@
39
39
  "devDependencies": {
40
40
  "jest-cli": "^29.2.2"
41
41
  },
42
- "gitHead": "e354c7eaac255e3534447df7e34c6963270351fa"
42
+ "gitHead": "ec3d340efa31be816a561a0cf25676f6168c0aac"
43
43
  }