From 010f017c4adc521d1d940c80f62cac7a5dc47c7e Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Wed, 28 Apr 2021 01:03:13 -0400 Subject: [PATCH] 4.0.0 --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a672de0..d5ae8fa 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # set-value [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/jonathanschlinkert?locale.x=en_US) [![NPM version](https://img.shields.io/npm/v/set-value.svg?style=flat)](https://www.npmjs.com/package/set-value) [![NPM monthly downloads](https://img.shields.io/npm/dm/set-value.svg?style=flat)](https://npmjs.org/package/set-value) [![NPM total downloads](https://img.shields.io/npm/dt/set-value.svg?style=flat)](https://npmjs.org/package/set-value) -> Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. +> Set nested properties on an object using dot notation. Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. ## Install -Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=10.0): +Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=11.0): ```sh $ npm install --save set-value @@ -273,7 +273,7 @@ You might also be interested in these projects: | **Commits** | **Contributor** | | --- | --- | -| 79 | [jonschlinkert](https://github.com/jonschlinkert) | +| 83 | [jonschlinkert](https://github.com/jonschlinkert) | | 4 | [doowb](https://github.com/doowb) | | 2 | [mbelsky](https://github.com/mbelsky) | | 1 | [dkebler](https://github.com/dkebler) | @@ -298,4 +298,4 @@ Released under the [MIT License](LICENSE). *** -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 27, 2021._ \ No newline at end of file +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 28, 2021._ \ No newline at end of file diff --git a/package.json b/package.json index 097f968..a9b264e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "set-value", - "version": "3.0.2", - "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", + "version": "4.0.0", + "description": "Set nested properties on an object using dot notation.", "license": "MIT", "repository": "jonschlinkert/set-value", "homepage": "https://github.com/jonschlinkert/set-value", @@ -122,4 +122,4 @@ "update" ] } -} +} \ No newline at end of file