Skip to content

Commit 010f017

Browse files
committed
4.0.0
1 parent 772e8f4 commit 010f017

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 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)
22

3-
> Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
3+
> Set nested properties on an object using dot notation.
44
55
Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
66

77
## Install
88

9-
Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=10.0):
9+
Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=11.0):
1010

1111
```sh
1212
$ npm install --save set-value
@@ -273,7 +273,7 @@ You might also be interested in these projects:
273273

274274
| **Commits** | **Contributor** |
275275
| --- | --- |
276-
| 79 | [jonschlinkert](https://github.com/jonschlinkert) |
276+
| 83 | [jonschlinkert](https://github.com/jonschlinkert) |
277277
| 4 | [doowb](https://github.com/doowb) |
278278
| 2 | [mbelsky](https://github.com/mbelsky) |
279279
| 1 | [dkebler](https://github.com/dkebler) |
@@ -298,4 +298,4 @@ Released under the [MIT License](LICENSE).
298298

299299
***
300300

301-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 27, 2021._
301+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 28, 2021._

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "set-value",
3-
"version": "3.0.2",
4-
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
3+
"version": "4.0.0",
4+
"description": "Set nested properties on an object using dot notation.",
55
"license": "MIT",
66
"repository": "jonschlinkert/set-value",
77
"homepage": "https://github.com/jonschlinkert/set-value",
@@ -122,4 +122,4 @@
122122
"update"
123123
]
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)