Skip to content

Commit 4f50ee7

Browse files
committed
🔖 v1.0.0
1 parent 7c52d70 commit 4f50ee7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 1.0.0 (2019-02-27)
2+
3+
### Features
4+
5+
- Wait for docker-postgres to "truly" start and accept connections (#1) ([6f5013e](https://github.com/Reservix/docker-await-postgres/commit/6f5013e)), closes [#1](https://github.com/Reservix/docker-await-postgres/issues/✨ Wait for docker-postgres to "truly" start and accept connections (#1/
6+
7+
### Documentation
8+
9+
- Remove duplicated text... ([7c52d70](https://github.com/Reservix/docker-await-postgres/commit/7c52d70))
10+
- Add "why" + "usage" to readme (#2) ([a4a97a0](https://github.com/Reservix/docker-await-postgres/commit/a4a97a0)), closes [#2](https://github.com/Reservix/docker-await-postgres/issues/📚 Add "why" + "usage" to readme (#2/
11+
12+
### Miscellaneous
13+
14+
- Initial commit ([2fb42f3](https://github.com/Reservix/docker-await-postgres/commit/2fb42f3))
15+
16+
[object Object]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-await-postgres",
33
"description": "wait until postgres container is started ... for real",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"repository": "Reservix/docker-await-postgres",
77
"keywords": [

0 commit comments

Comments
 (0)