Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Jan 25, 2019
1 parent cfd6706 commit 22f400c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,51 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/urbica/pg-migrate/compare/v1.0.3...v1.1.0) (2019-01-25)


### Bug Fixes

* **package:** update documentation to version 6.2.0 ([17f9d3f](https://github.com/urbica/pg-migrate/commit/17f9d3f))
* **package:** update documentation to version 6.3.3 ([3291ad7](https://github.com/urbica/pg-migrate/commit/3291ad7))
* **package:** update documentation to version 7.0.0 ([0dc21d1](https://github.com/urbica/pg-migrate/commit/0dc21d1))
* **package:** update documentation to version 7.1.0 ([2d9b031](https://github.com/urbica/pg-migrate/commit/2d9b031))
* **package:** update documentation to version 8.0.0 ([0950fd2](https://github.com/urbica/pg-migrate/commit/0950fd2))
* **package:** update documentation to version 8.0.1 ([b049e0f](https://github.com/urbica/pg-migrate/commit/b049e0f))
* **package:** update documentation to version 8.1.1 ([2bc1997](https://github.com/urbica/pg-migrate/commit/2bc1997))
* **package:** update documentation to version 8.1.2 ([34f752b](https://github.com/urbica/pg-migrate/commit/34f752b))
* **package:** update dotenv to version 6.0.0 ([cc10a05](https://github.com/urbica/pg-migrate/commit/cc10a05))
* **package:** update dotenv to version 6.1.0 ([865f703](https://github.com/urbica/pg-migrate/commit/865f703))
* **package:** update dotenv to version 6.2.0 ([c10c51d](https://github.com/urbica/pg-migrate/commit/c10c51d))
* **package:** update gh-pages to version 1.2.0 ([8b245fd](https://github.com/urbica/pg-migrate/commit/8b245fd))
* **package:** update gh-pages to version 2.0.1 ([c732f41](https://github.com/urbica/pg-migrate/commit/c732f41))
* **package:** update pg-monitor to version 1.0.0 ([75a5dac](https://github.com/urbica/pg-migrate/commit/75a5dac))
* **package:** update pg-monitor to version 1.0.1 ([128b9ed](https://github.com/urbica/pg-migrate/commit/128b9ed))
* **package:** update pg-promise to version 8.2.3 ([a0e3b21](https://github.com/urbica/pg-migrate/commit/a0e3b21))
* **package:** update pg-promise to version 8.3.0 ([96d5638](https://github.com/urbica/pg-migrate/commit/96d5638))
* **package:** update pg-promise to version 8.3.1 ([09f1402](https://github.com/urbica/pg-migrate/commit/09f1402))
* **package:** update pg-promise to version 8.3.3 ([75c6388](https://github.com/urbica/pg-migrate/commit/75c6388))
* **package:** update pg-promise to version 8.4.1 ([d7be4e3](https://github.com/urbica/pg-migrate/commit/d7be4e3))
* **package:** update pg-promise to version 8.4.2 ([01405f4](https://github.com/urbica/pg-migrate/commit/01405f4))
* **package:** update pg-promise to version 8.4.3 ([843c723](https://github.com/urbica/pg-migrate/commit/843c723))
* **package:** update pg-promise to version 8.4.4 ([f7a8479](https://github.com/urbica/pg-migrate/commit/f7a8479))
* **package:** update pg-promise to version 8.4.5 ([75ce732](https://github.com/urbica/pg-migrate/commit/75ce732))
* **package:** update pg-promise to version 8.4.6 ([fabea1f](https://github.com/urbica/pg-migrate/commit/fabea1f))
* **package:** update pg-promise to version 8.5.0 ([18f23f3](https://github.com/urbica/pg-migrate/commit/18f23f3))
* **package:** update pg-promise to version 8.5.1 ([23a525c](https://github.com/urbica/pg-migrate/commit/23a525c))
* **package:** update pg-promise to version 8.5.2 ([7bf6b1a](https://github.com/urbica/pg-migrate/commit/7bf6b1a))
* **package:** update pg-promise to version 8.5.3 ([5a3f956](https://github.com/urbica/pg-migrate/commit/5a3f956))
* **package:** update pg-promise to version 8.5.4 ([e1741fc](https://github.com/urbica/pg-migrate/commit/e1741fc))
* **package:** update pg-promise to version 8.5.5 ([3768ec1](https://github.com/urbica/pg-migrate/commit/3768ec1))


### Features

* add database connection string in libpq format support ([1f6e579](https://github.com/urbica/pg-migrate/commit/1f6e579))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/urbica/pg-migrate/compare/v1.0.2...v1.0.3) (2018-03-26)

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": "@urbica/pg-migrate",
"version": "1.0.3",
"version": "1.1.0",
"description": "PostgreSQL migration tool",
"author": "Stepan Kuzmin <[email protected]> (stepankuzmin.ru)",
"license": "MIT",
Expand Down

0 comments on commit 22f400c

Please sign in to comment.