From 87372e58a1aff93fae5417e3de034b1c4f97b74d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Dec 2019 03:27:44 +0000 Subject: [PATCH] release(version): Release 1.6.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.6.0](https://github.com/rjchow/nod/compare/v1.5.0...v1.6.0) (2019-12-05) ### Chores * **deps:** [security] bump eslint-utils from 1.3.1 to 1.4.3 ([#102](https://github.com/rjchow/nod/issues/102)) ([e8982ed](https://github.com/rjchow/nod/commit/e8982edb1ec0c3cb2e5a971bd033737a637b31e9)) * **deps:** [security] bump mixin-deep from 1.3.1 to 1.3.2 ([#79](https://github.com/rjchow/nod/issues/79)) ([1da45f7](https://github.com/rjchow/nod/commit/1da45f74ba2de4d425a5a57c97f83c41cac6bb30)) * **deps:** [security] bump tar from 2.2.1 to 2.2.2 ([#68](https://github.com/rjchow/nod/issues/68)) ([f5b1123](https://github.com/rjchow/nod/commit/f5b1123031eea56e31ca5d1b082c7515906488b3)) * **deps-dev:** bump @babel/core from 7.4.5 to 7.7.2 ([#112](https://github.com/rjchow/nod/issues/112)) ([f0e8e28](https://github.com/rjchow/nod/commit/f0e8e28c34430de2f52771e2e25c2cfe5a1b7d9b)) * **deps-dev:** bump @babel/preset-env from 7.4.5 to 7.7.1 ([#110](https://github.com/rjchow/nod/issues/110)) ([4ef4bbe](https://github.com/rjchow/nod/commit/4ef4bbe622f2062fb2480f4cd83863e676e89e51)) * **deps-dev:** bump @types/jest from 24.0.15 to 24.0.23 ([#115](https://github.com/rjchow/nod/issues/115)) ([686f2f2](https://github.com/rjchow/nod/commit/686f2f29d521ff27ab9e9cee12e982433bacf50b)) * **deps-dev:** bump eslint from 6.0.0 to 6.6.0 ([39be3df](https://github.com/rjchow/nod/commit/39be3dff033552907838cbd2a658ae1dcc0ef68e)) * **deps-dev:** bump eslint from 6.0.0 to 6.6.0 ([f379f3f](https://github.com/rjchow/nod/commit/f379f3f9553e2a4024641be5746d30b2653f5092)) * **deps-dev:** bump eslint-plugin-import from 2.17.3 to 2.18.2 ([#58](https://github.com/rjchow/nod/issues/58)) ([cf990fa](https://github.com/rjchow/nod/commit/cf990fa505d98c19765165487f5df3da40f2275c)) * **deps-dev:** bump husky from 2.4.1 to 3.1.0 ([#118](https://github.com/rjchow/nod/issues/118)) ([4d8abce](https://github.com/rjchow/nod/commit/4d8abce43d646c7b41740699fa7a597d02c15d30)) * **deps-dev:** bump lint-staged from 9.2.0 to 9.4.3 ([a35c989](https://github.com/rjchow/nod/commit/a35c98935577da520d96bdef20f98bb740c1fff0)) * **deps-dev:** bump lint-staged from 9.2.0 to 9.4.3 ([fc12f18](https://github.com/rjchow/nod/commit/fc12f189a3a7d01de90de80c2d0c609aa6274c1d)) * **deps-dev:** bump semantic-release from 15.13.18 to 15.13.31 ([2b55c94](https://github.com/rjchow/nod/commit/2b55c9474e19f7ea23df95a21f185429371c435b)) * **deps-dev:** bump semantic-release from 15.13.18 to 15.13.31 ([264472e](https://github.com/rjchow/nod/commit/264472e74d7ed5ac76cc82e5485ed796cddb0f99)) * **dev-deps:** npm audit ([a5a7dfc](https://github.com/rjchow/nod/commit/a5a7dfcd3d825bb9c110c26e31391777a14a74b1)) ### Features * 🎸 Added semantic release configuration for npm release ([#131](https://github.com/rjchow/nod/issues/131)) ([cee2d64](https://github.com/rjchow/nod/commit/cee2d645cabff1f1b6ba50635e8fc2e993dd5ef8)) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b13789..775d465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,25 @@ +# [1.6.0](https://github.com/rjchow/nod/compare/v1.5.0...v1.6.0) (2019-12-05) + +### Chores + +* **deps:** [security] bump eslint-utils from 1.3.1 to 1.4.3 ([#102](https://github.com/rjchow/nod/issues/102)) ([e8982ed](https://github.com/rjchow/nod/commit/e8982edb1ec0c3cb2e5a971bd033737a637b31e9)) +* **deps:** [security] bump mixin-deep from 1.3.1 to 1.3.2 ([#79](https://github.com/rjchow/nod/issues/79)) ([1da45f7](https://github.com/rjchow/nod/commit/1da45f74ba2de4d425a5a57c97f83c41cac6bb30)) +* **deps:** [security] bump tar from 2.2.1 to 2.2.2 ([#68](https://github.com/rjchow/nod/issues/68)) ([f5b1123](https://github.com/rjchow/nod/commit/f5b1123031eea56e31ca5d1b082c7515906488b3)) +* **deps-dev:** bump @babel/core from 7.4.5 to 7.7.2 ([#112](https://github.com/rjchow/nod/issues/112)) ([f0e8e28](https://github.com/rjchow/nod/commit/f0e8e28c34430de2f52771e2e25c2cfe5a1b7d9b)) +* **deps-dev:** bump @babel/preset-env from 7.4.5 to 7.7.1 ([#110](https://github.com/rjchow/nod/issues/110)) ([4ef4bbe](https://github.com/rjchow/nod/commit/4ef4bbe622f2062fb2480f4cd83863e676e89e51)) +* **deps-dev:** bump @types/jest from 24.0.15 to 24.0.23 ([#115](https://github.com/rjchow/nod/issues/115)) ([686f2f2](https://github.com/rjchow/nod/commit/686f2f29d521ff27ab9e9cee12e982433bacf50b)) +* **deps-dev:** bump eslint from 6.0.0 to 6.6.0 ([39be3df](https://github.com/rjchow/nod/commit/39be3dff033552907838cbd2a658ae1dcc0ef68e)) +* **deps-dev:** bump eslint from 6.0.0 to 6.6.0 ([f379f3f](https://github.com/rjchow/nod/commit/f379f3f9553e2a4024641be5746d30b2653f5092)) +* **deps-dev:** bump eslint-plugin-import from 2.17.3 to 2.18.2 ([#58](https://github.com/rjchow/nod/issues/58)) ([cf990fa](https://github.com/rjchow/nod/commit/cf990fa505d98c19765165487f5df3da40f2275c)) +* **deps-dev:** bump husky from 2.4.1 to 3.1.0 ([#118](https://github.com/rjchow/nod/issues/118)) ([4d8abce](https://github.com/rjchow/nod/commit/4d8abce43d646c7b41740699fa7a597d02c15d30)) +* **deps-dev:** bump lint-staged from 9.2.0 to 9.4.3 ([a35c989](https://github.com/rjchow/nod/commit/a35c98935577da520d96bdef20f98bb740c1fff0)) +* **deps-dev:** bump lint-staged from 9.2.0 to 9.4.3 ([fc12f18](https://github.com/rjchow/nod/commit/fc12f189a3a7d01de90de80c2d0c609aa6274c1d)) +* **deps-dev:** bump semantic-release from 15.13.18 to 15.13.31 ([2b55c94](https://github.com/rjchow/nod/commit/2b55c9474e19f7ea23df95a21f185429371c435b)) +* **deps-dev:** bump semantic-release from 15.13.18 to 15.13.31 ([264472e](https://github.com/rjchow/nod/commit/264472e74d7ed5ac76cc82e5485ed796cddb0f99)) +* **dev-deps:** npm audit ([a5a7dfc](https://github.com/rjchow/nod/commit/a5a7dfcd3d825bb9c110c26e31391777a14a74b1)) + + +### Features + +* 🎸 Added semantic release configuration for npm release ([#131](https://github.com/rjchow/nod/issues/131)) ([cee2d64](https://github.com/rjchow/nod/commit/cee2d645cabff1f1b6ba50635e8fc2e993dd5ef8)) diff --git a/README.md b/README.md index 6611e76..9c91faa 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Run `npx semantic-release-cli setup --ask-for-passwords` Turn on debugging by using the DEBUG environment variable for Node.js and using localStorage.debug in the browser. E.g: + ```bash DEBUG="PLACEHOLDER_PROJECT_NAME:*" npm run dev ``` @@ -59,7 +60,6 @@ DEBUG="PLACEHOLDER_PROJECT_NAME:*" npm run dev This boiler plate uses the **semantic-release** package to manage versioning. Once it has been set up, version numbers and Github release changelogs will be automatically managed. **semantic-release** uses the commit messages to determine the type of changes in the codebase. Following formalized conventions for commit messages, **semantic-release** automatically determines the next [semantic version](https://semver.org) number, generates a changelog and publishes the release. - Use `npm run commit` instead of `git commit` in order to invoke Commitizen commit helper that helps with writing properly formatted commit messages. ## API diff --git a/package-lock.json b/package-lock.json index c9e9a6f..0f976bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rjchow/nod", - "version": "0.0.0-development", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 217335e..841c500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rjchow/nod", - "version": "0.0.0-development", + "version": "1.6.0", "description": "My node module", "license": "MIT", "repository": "rjchow/nod",