Skip to content

Commit

Permalink
Merge pull request #6 from hapinessjs/next
Browse files Browse the repository at this point in the history
v1.0.0-beta.5
  • Loading branch information
akanass committed May 15, 2017
2 parents 19f3780 + ac405cd commit aa43228
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -59,8 +59,8 @@ $ yarn add @hapiness/config

```javascript
"dependencies": {
"@hapiness/core": "^1.0.0-beta.4",
"@hapiness/config": "^1.0.0-beta.4",
"@hapiness/core": "^1.0.0-beta.5",
"@hapiness/config": "^1.0.0-beta.5",
//...
}
//...
Expand Down Expand Up @@ -156,6 +156,9 @@ my:

## Change History

* v1.0.0-beta.5 (2017-05-15)
* Latest packages versions
* Module version related to core version.
* v1.0.0-beta.4 (2017-05-15)
* Latest packages versions
* Fix phony scripts
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@hapiness/config",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Configuration Library to use it inside Hapiness framework or standalone",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -1442,8 +1442,8 @@ typescript@^2.3.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.2.tgz#f0f045e196f69a72f06b25fd3bd39d01c3ce9984"

uglify-js@^2.6:
version "2.8.24"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.24.tgz#48eb5175cf32e22ec11a47e638d7c8b4e0faf2dd"
version "2.8.25"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.25.tgz#11b776e7c3925802853e4c3dd6d0ffad8eb72336"
dependencies:
source-map "~0.5.1"
yargs "~3.10.0"
Expand Down

0 comments on commit aa43228

Please sign in to comment.