From 9cd8e83711b0dd3a40eda0e3068b8b20f45d40bf Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Thu, 4 Mar 2021 21:26:38 +0530 Subject: [PATCH] chore: release v1.6.0 (#122) --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 13 +++++++++++-- package.json | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05fe34b..55fe8a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [1.6.0](https://github.com/vinayakkulkarni/janak/compare/v1.5.4...v1.6.0) (2021-03-04) + + +### Bug Fixes + +* **deps:** bump actions/cache from v2 to v2.1.4 ([54a8818](https://github.com/vinayakkulkarni/janak/commit/54a88180d28bf84d41c2699b1f73dc32f0852b38)) +* **deps:** bump actions/setup-node from v2.1.4 to v2.1.5 ([4507b29](https://github.com/vinayakkulkarni/janak/commit/4507b29ea921cc5cc887f20b2f65fbe3ae634872)) +* **deps:** bump cac from 6.7.1 to 6.7.2 ([b5f1a1b](https://github.com/vinayakkulkarni/janak/commit/b5f1a1b6e7b0d90cd1c90011b7f62d5353d23602)) +* **deps:** bump lodash from 4.17.20 to 4.17.21 ([61bf992](https://github.com/vinayakkulkarni/janak/commit/61bf99237df845d125b498eb96ebcd8fbd13b86e)) + + +### Features + +* lockfile v2 🥳 ([f25bb31](https://github.com/vinayakkulkarni/janak/commit/f25bb31822483fe569c2482f468f12fa404c238d)) + + +### Performance Improvements + +* support for npm 7 & node 15 ([ea6e291](https://github.com/vinayakkulkarni/janak/commit/ea6e291327ed81e780e95a9bb17b0858bfe8463a)) + + + ## [1.5.4](https://github.com/vinayakkulkarni/janak/compare/v1.5.3...v1.5.4) (2021-01-11) diff --git a/package-lock.json b/package-lock.json index 3fef23d6..00d57a3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "janak", - "version": "1.5.4", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.5.4", + "version": "1.6.0", "license": "MIT", "dependencies": { "cac": "^6.7.1", @@ -2282,6 +2282,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", + "fsevents": "~2.3.1", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -5223,6 +5224,7 @@ "minimist": "^1.2.5", "neo-async": "^2.6.0", "source-map": "^0.6.1", + "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" }, "bin": { @@ -6444,6 +6446,7 @@ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "dependencies": { + "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { @@ -6916,6 +6919,9 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dependencies": { + "graceful-fs": "^4.1.6" + }, "optionalDependencies": { "graceful-fs": "^4.1.6" } @@ -9289,6 +9295,9 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dependencies": { + "graceful-fs": "^4.1.6" + }, "optionalDependencies": { "graceful-fs": "^4.1.6" } diff --git a/package.json b/package.json index 92b110c6..535e34f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "janak", - "version": "1.5.4", + "version": "1.6.0", "description": "create vue package with a breeze", "repository": { "url": "git@github.com:vinayakkulkarni/janak.git",