@azure/core-paging 1.1.1-dev.20200312.1 → 1.1.1

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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # Release History
2
2
 
3
- ## 1.1.1 (Unreleased)
3
+ ## 1.1.1 (2020-04-02)
4
4
 
5
+ - The generic argument `PageT` now has default type of `T[]`. (PR #7569)
5
6
 
6
7
  ## 1.1.0 (2020-02-28)
7
8
 
package/README.md CHANGED
@@ -64,7 +64,7 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
64
64
  a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
65
65
  provided by the bot. You will only need to do this once across all repos using our CLA.
66
66
 
67
- If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/67a8f821ee9ba2ab5efecce700decd2207f5033d/CONTRIBUTING.md) to learn more about how to build and test the code.
67
+ If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/5b8bf138e3733e4e6ca8b2ed113e7315645d601c/CONTRIBUTING.md) to learn more about how to build and test the code.
68
68
 
69
69
  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
70
70
  For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/Azure/azure-sdk-for-js"
7
7
  },
8
8
  "sdk-type": "client",
9
- "version": "1.1.1-dev.20200312.1",
9
+ "version": "1.1.1",
10
10
  "description": "Core types for paging async iterable iterators",
11
11
  "tags": [
12
12
  "microsoft",