Skip to content

Commit abafd97

Browse files
authored
Merge pull request #3 from hapinessjs/next
release(version): v1.0.0
2 parents c5ce734 + 6e8a74b commit abafd97

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</div>
3232
</div>
3333

34-
# Hapiness Error
34+
# Biim
3535

3636
Error module based on [boom](https://github.com/hapijs/boom).
3737

@@ -79,6 +79,8 @@ Biim.badRequest('my-message', 'some-data', { key: 'bad-request' });
7979

8080
## Change History
8181

82+
* v1.0.0
83+
* Final release version
8284
* v1.0.0-rc.6 (2017-07-16)
8385
* Init the project
8486

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hapiness/biim",
3-
"version": "1.0.0-rc.6",
3+
"version": "1.0.0",
44
"description": "Error Library to use it inside Hapiness framework or standalone using Boom",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+ssh://git@github.com/hapinessjs/config.git"
19+
"url": "git+ssh://git@github.com/hapinessjs/error.git"
2020
},
2121
"keywords": [
2222
"error",

0 commit comments

Comments
 (0)