Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 224a180

Browse files
committed
chore(release): 1.2.7 [skip ci]
## [1.2.7](v1.2.6...v1.2.7) (2019-11-19) ### πŸ› Bug Fixes * **deps:** [security] bump https-proxy-agent from 2.2.2 to 2.2.4 ([#57](#57)) ([560d6c1](560d6c1)) ### 🧦 Miscellaneous * **deps-dev:** bump @holvonix-open/release-config-js ([#31](#31)) ([68eb087](68eb087)) * **deps-dev:** bump @types/node from 12.7.1 to 12.7.2 ([#19](#19)) ([b1f93d8](b1f93d8)) * **deps-dev:** bump typescript from 3.6.2 to 3.7.2 ([#52](#52)) ([05e421b](05e421b)) * deps are chores in a library by default ([9af7e21](9af7e21))
1 parent 9af7e21 commit 224a180

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

β€ŽCHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.2.7](https://github.com/holvonix-open/paginate-generator/compare/v1.2.6...v1.2.7) (2019-11-19)
2+
3+
4+
### πŸ› Bug Fixes
5+
6+
* **deps:** [security] bump https-proxy-agent from 2.2.2 to 2.2.4 ([#57](https://github.com/holvonix-open/paginate-generator/issues/57)) ([560d6c1](https://github.com/holvonix-open/paginate-generator/commit/560d6c1))
7+
8+
9+
### 🧦 Miscellaneous
10+
11+
* **deps-dev:** bump @holvonix-open/release-config-js ([#31](https://github.com/holvonix-open/paginate-generator/issues/31)) ([68eb087](https://github.com/holvonix-open/paginate-generator/commit/68eb087))
12+
* **deps-dev:** bump @types/node from 12.7.1 to 12.7.2 ([#19](https://github.com/holvonix-open/paginate-generator/issues/19)) ([b1f93d8](https://github.com/holvonix-open/paginate-generator/commit/b1f93d8))
13+
* **deps-dev:** bump typescript from 3.6.2 to 3.7.2 ([#52](https://github.com/holvonix-open/paginate-generator/issues/52)) ([05e421b](https://github.com/holvonix-open/paginate-generator/commit/05e421b))
14+
* deps are chores in a library by default ([9af7e21](https://github.com/holvonix-open/paginate-generator/commit/9af7e21))
15+
116
## [1.2.6](https://github.com/holvonix-open/paginate-generator/compare/v1.2.5...v1.2.6) (2019-08-28)
217

318

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paginate-generator",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "An async generator facade for paginated APIs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
Β (0)