From ecf72cf2e93a4aaba62726dccf22174a642df1f7 Mon Sep 17 00:00:00 2001 From: Jaid Date: Wed, 29 Jan 2020 16:39:09 +0100 Subject: [PATCH] Bumped package version (patch) --- package-lock.json | 2 +- package.json | 2 +- readme.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 738614f..0bd64fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "array-to-object-keys", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c18275..4ea657f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "webpackConfigJaid": "universalLib", - "version": "1.3.5", + "version": "1.3.6", "author": "Jaid (https://github.com/Jaid)", "dependencies": { "@babel/runtime": "^7.8.3", diff --git a/readme.md b/readme.md index e381e00..0f8e297 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ License Sponsor array-to-object-keys -Build status Commits since v1.3.5 Last commit Issues +Build status Commits since v1.3.6 Last commit Issues Latest version on npm Dependents Downloads **Converts an array to an object where the keys are the array entries and the values are customizable in a function.** @@ -16,20 +16,20 @@ array-to-object-keys on npm ```bash -npm install --save array-to-object-keys@^1.3.5 +npm install --save array-to-object-keys@^1.3.6 ``` array-to-object-keys on Yarn ```bash -yarn add array-to-object-keys@^1.3.5 +yarn add array-to-object-keys@^1.3.6 ``` @jaid/array-to-object-keys on GitHub Packages (if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages)) ```bash -npm install --save @jaid/array-to-object-keys@^1.3.5 +npm install --save @jaid/array-to-object-keys@^1.3.6 ```