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

Commit

Permalink
chore(release): 1.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
holvonix-bot committed Aug 28, 2019
1 parent a192b5d commit b14f617
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [1.2.6](https://github.com/holvonix-open/paginate-generator/compare/v1.2.5...v1.2.6) (2019-08-28)


### πŸ› Bug Fixes

* **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))


### πŸ“– Documentation

* delete legacy bug template ([b97dddd](https://github.com/holvonix-open/paginate-generator/commit/b97dddd))


### 🧦 Miscellaneous

* **deps-dev:** bump @holvonix-open/release-config-js ([3a8c05b](https://github.com/holvonix-open/paginate-generator/commit/3a8c05b))
* **deps-dev:** bump @holvonix-open/release-config-js ([192b00e](https://github.com/holvonix-open/paginate-generator/commit/192b00e))
* **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))
* 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)
* stale settings ([c382c0f](https://github.com/holvonix-open/paginate-generator/commit/c382c0f))
* **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))
* **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))
* **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))

## [1.2.5](https://github.com/holvonix-open/paginate-generator/compare/v1.2.4...v1.2.5) (2019-08-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paginate-generator",
"version": "1.2.5",
"version": "1.2.6",
"description": "An async generator facade for paginated APIs",
"repository": {
"type": "git",
Expand Down

0 comments on commit b14f617

Please sign in to comment.