Skip to content

Commit

Permalink
Merge pull request #14 from sony/release_0.1.7
Browse files Browse the repository at this point in the history
Add comment to RELEASENOTE.md and change version for release 0.1.7
  • Loading branch information
Hiroyuki-Anzai authored Feb 23, 2018
2 parents 6db9863 + 8d1c9d4 commit b8614f9
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
8 changes: 8 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Release Notes

### Release 0.1.7 (February 2018)

* Change emitBOM to false
- __tsconfig.test.json and _tsconfig.base.json in template

* Add to set permission with postinstall in template
- change mode js file under the hooks folder to '777'

### Release 0.1.6 (February 2018)

* Bug fix
Expand Down
2 changes: 1 addition & 1 deletion dist/@types/cdp-lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cdp-lib.d.ts
* This file is generated by the CDP package build process.
*
* Date: 2018-02-14T03:43:47.708Z
* Date: 2018-02-23T10:48:15.871Z
*/
// Dependencies for this module:
// ../fs-extra
Expand Down
4 changes: 2 additions & 2 deletions dist/cdp-lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/cdp-lib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cdp-lib.min.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdp-lib",
"version": "0.1.7-dev",
"version": "0.1.7",
"description": "Contains npm modules used primarily by cdp boilerplate generator.",
"main": "dist/cdp-lib.min.js",
"types": "dist/@types/cdp-lib/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"homepage": "https://github.com/sony/cdp-lib#readme",
"dependencies": {
"chalk": "^2.3.1",
"cli-spinner": "^0.2.7",
"cli-spinner": "^0.2.8",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"hogan.js": "^3.0.2",
Expand All @@ -79,26 +79,26 @@
"@types/glob": "^5.0.35",
"@types/jasmine": "^2.8.6",
"@types/jquery": "^3.3.0",
"@types/lodash": "^4.14.101",
"@types/lodash": "^4.14.104",
"@types/node": "^9.4.6",
"@types/underscore.string": "^0.0.32",
"@types/underscore.string": "0.0.32",
"@types/uuidjs": "^3.6.0",
"@types/which": "^1.3.1",
"@types/xmldom": "^0.1.29",
"convert-source-map": "^1.5.1",
"del": "^3.0.0",
"dts-bundle": "^0.7.3",
"eslint": "^4.17.0",
"eslint": "^4.18.1",
"jasmine-node": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.5.0",
"plato": "^1.7.0",
"source-map": "^0.7.0",
"source-map": "^0.7.1",
"source-map-loader": "^0.2.3",
"tslint": "^5.9.1",
"typedoc": "^0.10.0",
"typescript": "^2.7.1",
"typescript-formatter": "^7.0.1",
"typescript": "^2.7.2",
"typescript-formatter": "^7.1.0",
"uglify-es": "^3.3.10",
"webpack": "^3.11.0"
}
Expand Down

0 comments on commit b8614f9

Please sign in to comment.