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

Commit b14f617

Browse files
committed
chore(release): 1.2.6 [skip ci]
## [1.2.6](v1.2.5...v1.2.6) (2019-08-28) ### πŸ› Bug Fixes * **deps-dev:** bump typescript from 3.5.3 to 3.6.2 ([#21](#21)) ([a192b5d](a192b5d)) ### πŸ“– Documentation * delete legacy bug template ([b97dddd](b97dddd)) ### 🧦 Miscellaneous * **deps-dev:** bump @holvonix-open/release-config-js ([3a8c05b](3a8c05b)) * **deps-dev:** bump @holvonix-open/release-config-js ([192b00e](192b00e)) * **deps-dev:** bump @holvonix-open/release-config-js ([#15](#15)) ([ce72899](ce72899)) * Merge pull request #17 from holvonix-open/dependabot/npm_and_yarn/holvonix-open/release-config-js-1.0.7 ([a116045](a116045)), closes [#17](#17) * stale settings ([c382c0f](c382c0f)) * **deps-dev:** bump @holvonix-open/release-config-js ([#18](#18)) ([0262461](0262461)) * **deps-dev:** bump @holvonix-open/release-config-js ([#20](#20)) ([2bd5f8e](2bd5f8e)) * **deps-dev:** bump @types/node from 12.6.8 to 12.7.1 ([#14](#14)) ([7adfbc1](7adfbc1))
1 parent a192b5d commit b14f617

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [1.2.6](https://github.com/holvonix-open/paginate-generator/compare/v1.2.5...v1.2.6) (2019-08-28)
2+
3+
4+
### πŸ› Bug Fixes
5+
6+
* **deps-dev:** bump typescript from 3.5.3 to 3.6.2 ([#21](https://github.com/holvonix-open/paginate-generator/issues/21)) ([a192b5d](https://github.com/holvonix-open/paginate-generator/commit/a192b5d))
7+
8+
9+
### πŸ“– Documentation
10+
11+
* delete legacy bug template ([b97dddd](https://github.com/holvonix-open/paginate-generator/commit/b97dddd))
12+
13+
14+
### 🧦 Miscellaneous
15+
16+
* **deps-dev:** bump @holvonix-open/release-config-js ([3a8c05b](https://github.com/holvonix-open/paginate-generator/commit/3a8c05b))
17+
* **deps-dev:** bump @holvonix-open/release-config-js ([192b00e](https://github.com/holvonix-open/paginate-generator/commit/192b00e))
18+
* **deps-dev:** bump @holvonix-open/release-config-js ([#15](https://github.com/holvonix-open/paginate-generator/issues/15)) ([ce72899](https://github.com/holvonix-open/paginate-generator/commit/ce72899))
19+
* Merge pull request #17 from holvonix-open/dependabot/npm_and_yarn/holvonix-open/release-config-js-1.0.7 ([a116045](https://github.com/holvonix-open/paginate-generator/commit/a116045)), closes [#17](https://github.com/holvonix-open/paginate-generator/issues/17)
20+
* stale settings ([c382c0f](https://github.com/holvonix-open/paginate-generator/commit/c382c0f))
21+
* **deps-dev:** bump @holvonix-open/release-config-js ([#18](https://github.com/holvonix-open/paginate-generator/issues/18)) ([0262461](https://github.com/holvonix-open/paginate-generator/commit/0262461))
22+
* **deps-dev:** bump @holvonix-open/release-config-js ([#20](https://github.com/holvonix-open/paginate-generator/issues/20)) ([2bd5f8e](https://github.com/holvonix-open/paginate-generator/commit/2bd5f8e))
23+
* **deps-dev:** bump @types/node from 12.6.8 to 12.7.1 ([#14](https://github.com/holvonix-open/paginate-generator/issues/14)) ([7adfbc1](https://github.com/holvonix-open/paginate-generator/commit/7adfbc1))
24+
125
## [1.2.5](https://github.com/holvonix-open/paginate-generator/compare/v1.2.4...v1.2.5) (2019-08-10)
226

327

β€Žpackage.json

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

0 commit comments

Comments
Β (0)